org.apache.hive.service.cli.thrift
Class TOpenSessionResp

java.lang.Object
  extended by org.apache.hive.service.cli.thrift.TOpenSessionResp
All Implemented Interfaces:
Serializable, Cloneable, Comparable<TOpenSessionResp>, org.apache.thrift.TBase<TOpenSessionResp,TOpenSessionResp._Fields>

public class TOpenSessionResp
extends Object
implements org.apache.thrift.TBase<TOpenSessionResp,TOpenSessionResp._Fields>, Serializable, Cloneable

See Also:
Serialized Form

Nested Class Summary
static class TOpenSessionResp._Fields
          The set of fields this struct contains, along with convenience methods for finding and manipulating them.
 
Field Summary
static Map<TOpenSessionResp._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
           
 
Constructor Summary
TOpenSessionResp()
           
TOpenSessionResp(TOpenSessionResp other)
          Performs a deep copy on other.
TOpenSessionResp(TStatus status, TProtocolVersion serverProtocolVersion)
           
 
Method Summary
 void clear()
           
 int compareTo(TOpenSessionResp other)
           
 TOpenSessionResp deepCopy()
           
 boolean equals(Object that)
           
 boolean equals(TOpenSessionResp that)
           
 TOpenSessionResp._Fields fieldForId(int fieldId)
           
 Map<String,String> getConfiguration()
           
 int getConfigurationSize()
           
 Object getFieldValue(TOpenSessionResp._Fields field)
           
 TProtocolVersion getServerProtocolVersion()
           
 TSessionHandle getSessionHandle()
           
 TStatus getStatus()
           
 int hashCode()
           
 boolean isSet(TOpenSessionResp._Fields field)
          Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
 boolean isSetConfiguration()
          Returns true if field configuration is set (has been assigned a value) and false otherwise
 boolean isSetServerProtocolVersion()
          Returns true if field serverProtocolVersion is set (has been assigned a value) and false otherwise
 boolean isSetSessionHandle()
          Returns true if field sessionHandle is set (has been assigned a value) and false otherwise
 boolean isSetStatus()
          Returns true if field status is set (has been assigned a value) and false otherwise
 void putToConfiguration(String key, String val)
           
 void read(org.apache.thrift.protocol.TProtocol iprot)
           
 void setConfiguration(Map<String,String> configuration)
           
 void setConfigurationIsSet(boolean value)
           
 void setFieldValue(TOpenSessionResp._Fields field, Object value)
           
 void setServerProtocolVersion(TProtocolVersion serverProtocolVersion)
           
 void setServerProtocolVersionIsSet(boolean value)
           
 void setSessionHandle(TSessionHandle sessionHandle)
           
 void setSessionHandleIsSet(boolean value)
           
 void setStatus(TStatus status)
           
 void setStatusIsSet(boolean value)
           
 String toString()
           
 void unsetConfiguration()
           
 void unsetServerProtocolVersion()
           
 void unsetSessionHandle()
           
 void unsetStatus()
           
 void validate()
           
 void write(org.apache.thrift.protocol.TProtocol oprot)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

metaDataMap

public static final Map<TOpenSessionResp._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail

TOpenSessionResp

public TOpenSessionResp()

TOpenSessionResp

public TOpenSessionResp(TStatus status,
                        TProtocolVersion serverProtocolVersion)

TOpenSessionResp

public TOpenSessionResp(TOpenSessionResp other)
Performs a deep copy on other.

Method Detail

deepCopy

public TOpenSessionResp deepCopy()
Specified by:
deepCopy in interface org.apache.thrift.TBase<TOpenSessionResp,TOpenSessionResp._Fields>

clear

public void clear()
Specified by:
clear in interface org.apache.thrift.TBase<TOpenSessionResp,TOpenSessionResp._Fields>

getStatus

public TStatus getStatus()

setStatus

public void setStatus(TStatus status)

unsetStatus

public void unsetStatus()

isSetStatus

public boolean isSetStatus()
Returns true if field status is set (has been assigned a value) and false otherwise


setStatusIsSet

public void setStatusIsSet(boolean value)

getServerProtocolVersion

public TProtocolVersion getServerProtocolVersion()
See Also:
TProtocolVersion

setServerProtocolVersion

public void setServerProtocolVersion(TProtocolVersion serverProtocolVersion)
See Also:
TProtocolVersion

unsetServerProtocolVersion

public void unsetServerProtocolVersion()

isSetServerProtocolVersion

public boolean isSetServerProtocolVersion()
Returns true if field serverProtocolVersion is set (has been assigned a value) and false otherwise


setServerProtocolVersionIsSet

public void setServerProtocolVersionIsSet(boolean value)

getSessionHandle

public TSessionHandle getSessionHandle()

setSessionHandle

public void setSessionHandle(TSessionHandle sessionHandle)

unsetSessionHandle

public void unsetSessionHandle()

isSetSessionHandle

public boolean isSetSessionHandle()
Returns true if field sessionHandle is set (has been assigned a value) and false otherwise


setSessionHandleIsSet

public void setSessionHandleIsSet(boolean value)

getConfigurationSize

public int getConfigurationSize()

putToConfiguration

public void putToConfiguration(String key,
                               String val)

getConfiguration

public Map<String,String> getConfiguration()

setConfiguration

public void setConfiguration(Map<String,String> configuration)

unsetConfiguration

public void unsetConfiguration()

isSetConfiguration

public boolean isSetConfiguration()
Returns true if field configuration is set (has been assigned a value) and false otherwise


setConfigurationIsSet

public void setConfigurationIsSet(boolean value)

setFieldValue

public void setFieldValue(TOpenSessionResp._Fields field,
                          Object value)
Specified by:
setFieldValue in interface org.apache.thrift.TBase<TOpenSessionResp,TOpenSessionResp._Fields>

getFieldValue

public Object getFieldValue(TOpenSessionResp._Fields field)
Specified by:
getFieldValue in interface org.apache.thrift.TBase<TOpenSessionResp,TOpenSessionResp._Fields>

isSet

public boolean isSet(TOpenSessionResp._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

Specified by:
isSet in interface org.apache.thrift.TBase<TOpenSessionResp,TOpenSessionResp._Fields>

equals

public boolean equals(Object that)
Overrides:
equals in class Object

equals

public boolean equals(TOpenSessionResp that)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(TOpenSessionResp other)
Specified by:
compareTo in interface Comparable<TOpenSessionResp>

fieldForId

public TOpenSessionResp._Fields fieldForId(int fieldId)
Specified by:
fieldForId in interface org.apache.thrift.TBase<TOpenSessionResp,TOpenSessionResp._Fields>

read

public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
Specified by:
read in interface org.apache.thrift.TBase<TOpenSessionResp,TOpenSessionResp._Fields>
Throws:
org.apache.thrift.TException

write

public void write(org.apache.thrift.protocol.TProtocol oprot)
           throws org.apache.thrift.TException
Specified by:
write in interface org.apache.thrift.TBase<TOpenSessionResp,TOpenSessionResp._Fields>
Throws:
org.apache.thrift.TException

toString

public String toString()
Overrides:
toString in class Object

validate

public void validate()
              throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


Copyright © 2013 The Apache Software Foundation