Uses of Class
org.apache.hive.service.cli.OperationState

Packages that use OperationState
org.apache.hive.service.cli   
org.apache.hive.service.cli.operation   
org.apache.hive.service.cli.thrift   
 

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

Methods in org.apache.hive.service.cli that return OperationState
static OperationState OperationState.getOperationState(TOperationState tOperationState)
           
 OperationState ICLIService.getOperationStatus(OperationHandle opHandle)
           
 OperationState EmbeddedCLIServiceClient.getOperationStatus(OperationHandle opHandle)
           
abstract  OperationState CLIServiceClient.getOperationStatus(OperationHandle opHandle)
           
 OperationState CLIService.getOperationStatus(OperationHandle opHandle)
           
static OperationState OperationState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperationState[] OperationState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hive.service.cli with parameters of type OperationState
 void OperationState.validateTransition(OperationState newState)
           
static void OperationState.validateTransition(OperationState oldState, OperationState newState)
           
 

Uses of OperationState in org.apache.hive.service.cli.operation
 

Methods in org.apache.hive.service.cli.operation that return OperationState
 OperationState OperationManager.getOperationState(OperationHandle opHandle)
           
 OperationState Operation.getState()
           
protected  OperationState Operation.setState(OperationState newState)
           
 

Methods in org.apache.hive.service.cli.operation with parameters of type OperationState
protected  void Operation.assertState(OperationState state)
           
protected  OperationState Operation.setState(OperationState newState)
           
 

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

Methods in org.apache.hive.service.cli.thrift that return OperationState
 OperationState ThriftCLIServiceClient.getOperationStatus(OperationHandle opHandle)
           
 



Copyright © 2013 The Apache Software Foundation