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

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

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

Methods in org.apache.hive.service.cli that return TOperationState
 TOperationState OperationState.toTOperationState()
           
 

Methods in org.apache.hive.service.cli with parameters of type TOperationState
static OperationState OperationState.getOperationState(TOperationState tOperationState)
           
 

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

Methods in org.apache.hive.service.cli.thrift that return TOperationState
static TOperationState TOperationState.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 TOperationState TGetOperationStatusResp.getOperationState()
           
static TOperationState TOperationState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TOperationState[] TOperationState.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 TOperationState
 void TGetOperationStatusResp.setOperationState(TOperationState operationState)
           
 



Copyright © 2012 The Apache Software Foundation