Uses of Class
org.apache.hive.service.cli.thrift.TOperationType

Packages that use TOperationType
org.apache.hive.service.cli   
org.apache.hive.service.cli.thrift   
 

Uses of TOperationType in org.apache.hive.service.cli
 

Methods in org.apache.hive.service.cli that return TOperationType
 TOperationType OperationType.toTOperationType()
           
 

Methods in org.apache.hive.service.cli with parameters of type TOperationType
static OperationType OperationType.getOperationType(TOperationType tOperationType)
           
 

Uses of TOperationType in org.apache.hive.service.cli.thrift
 

Methods in org.apache.hive.service.cli.thrift that return TOperationType
static TOperationType TOperationType.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 TOperationType TOperationHandle.getOperationType()
           
static TOperationType TOperationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TOperationType[] TOperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hive.service.cli.thrift with parameters of type TOperationType
 void TOperationHandle.setOperationType(TOperationType operationType)
           
 

Constructors in org.apache.hive.service.cli.thrift with parameters of type TOperationType
TOperationHandle(THandleIdentifier operationId, TOperationType operationType, boolean hasResultSet)
           
 



Copyright © 2012 The Apache Software Foundation