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

Packages that use OperationType
org.apache.hive.service.cli   
org.apache.hive.service.cli.operation   
 

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

Methods in org.apache.hive.service.cli that return OperationType
 OperationType OperationHandle.getOperationType()
           
static OperationType OperationType.getOperationType(TOperationType tOperationType)
           
static OperationType OperationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperationType[] OperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hive.service.cli with parameters of type OperationType
OperationHandle(OperationType opType)
           
 

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

Methods in org.apache.hive.service.cli.operation that return OperationType
 OperationType Operation.getType()
           
 

Constructors in org.apache.hive.service.cli.operation with parameters of type OperationType
MetadataOperation(HiveSession parentSession, OperationType opType)
           
Operation(HiveSession parentSession, OperationType opType)
           
 



Copyright © 2012 The Apache Software Foundation