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

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

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

Methods in org.apache.hive.service.cli.thrift that return TProtocolVersion
static TProtocolVersion TProtocolVersion.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 TProtocolVersion TOpenSessionReq.getClient_protocol()
           
 TProtocolVersion TOpenSessionResp.getServerProtocolVersion()
           
static TProtocolVersion TProtocolVersion.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TProtocolVersion[] TProtocolVersion.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 TProtocolVersion
 void TOpenSessionReq.setClient_protocol(TProtocolVersion client_protocol)
           
 void TOpenSessionResp.setServerProtocolVersion(TProtocolVersion serverProtocolVersion)
           
 

Constructors in org.apache.hive.service.cli.thrift with parameters of type TProtocolVersion
TOpenSessionReq(TProtocolVersion client_protocol)
           
TOpenSessionResp(TStatus status, TProtocolVersion serverProtocolVersion)
           
 



Copyright © 2012 The Apache Software Foundation