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

Packages that use GetInfoType
org.apache.hive.service.cli   
org.apache.hive.service.cli.session   
org.apache.hive.service.cli.thrift   
 

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

Methods in org.apache.hive.service.cli that return GetInfoType
static GetInfoType GetInfoType.getGetInfoType(TGetInfoType tGetInfoType)
           
static GetInfoType GetInfoType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GetInfoType[] GetInfoType.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 GetInfoType
 GetInfoValue ICLIService.getInfo(SessionHandle sessionHandle, GetInfoType infoType)
           
 GetInfoValue EmbeddedCLIServiceClient.getInfo(SessionHandle sessionHandle, GetInfoType getInfoType)
           
abstract  GetInfoValue CLIServiceClient.getInfo(SessionHandle sessionHandle, GetInfoType getInfoType)
           
 GetInfoValue CLIService.getInfo(SessionHandle sessionHandle, GetInfoType getInfoType)
           
 

Uses of GetInfoType in org.apache.hive.service.cli.session
 

Methods in org.apache.hive.service.cli.session with parameters of type GetInfoType
 GetInfoValue HiveSessionImpl.getInfo(GetInfoType getInfoType)
           
 GetInfoValue HiveSession.getInfo(GetInfoType getInfoType)
          getInfo operation handler
 

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

Methods in org.apache.hive.service.cli.thrift with parameters of type GetInfoType
 GetInfoValue ThriftCLIServiceClient.getInfo(SessionHandle sessionHandle, GetInfoType infoType)
           
 



Copyright © 2012 The Apache Software Foundation