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

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

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

Methods in org.apache.hive.service.cli that return THandleIdentifier
 THandleIdentifier HandleIdentifier.toTHandleIdentifier()
           
 

Constructors in org.apache.hive.service.cli with parameters of type THandleIdentifier
Handle(THandleIdentifier tHandleIdentifier)
           
HandleIdentifier(THandleIdentifier tHandleId)
           
 

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

Methods in org.apache.hive.service.cli.thrift that return THandleIdentifier
 THandleIdentifier THandleIdentifier.deepCopy()
           
 THandleIdentifier TOperationHandle.getOperationId()
           
 THandleIdentifier TSessionHandle.getSessionId()
           
 

Methods in org.apache.hive.service.cli.thrift with parameters of type THandleIdentifier
 int THandleIdentifier.compareTo(THandleIdentifier other)
           
 boolean THandleIdentifier.equals(THandleIdentifier that)
           
 void TOperationHandle.setOperationId(THandleIdentifier operationId)
           
 void TSessionHandle.setSessionId(THandleIdentifier sessionId)
           
 

Constructors in org.apache.hive.service.cli.thrift with parameters of type THandleIdentifier
THandleIdentifier(THandleIdentifier other)
          Performs a deep copy on other.
TOperationHandle(THandleIdentifier operationId, TOperationType operationType, boolean hasResultSet)
           
TSessionHandle(THandleIdentifier sessionId)
           
 



Copyright © 2012 The Apache Software Foundation