|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hive.service.cli.thrift.TOpenSessionResp
public class TOpenSessionResp
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 |
---|
public static final Map<TOpenSessionResp._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail |
---|
public TOpenSessionResp()
public TOpenSessionResp(TStatus status, TProtocolVersion serverProtocolVersion)
public TOpenSessionResp(TOpenSessionResp other)
Method Detail |
---|
public TOpenSessionResp deepCopy()
deepCopy
in interface org.apache.thrift.TBase<TOpenSessionResp,TOpenSessionResp._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<TOpenSessionResp,TOpenSessionResp._Fields>
public TStatus getStatus()
public void setStatus(TStatus status)
public void unsetStatus()
public boolean isSetStatus()
public void setStatusIsSet(boolean value)
public TProtocolVersion getServerProtocolVersion()
TProtocolVersion
public void setServerProtocolVersion(TProtocolVersion serverProtocolVersion)
TProtocolVersion
public void unsetServerProtocolVersion()
public boolean isSetServerProtocolVersion()
public void setServerProtocolVersionIsSet(boolean value)
public TSessionHandle getSessionHandle()
public void setSessionHandle(TSessionHandle sessionHandle)
public void unsetSessionHandle()
public boolean isSetSessionHandle()
public void setSessionHandleIsSet(boolean value)
public int getConfigurationSize()
public void putToConfiguration(String key, String val)
public Map<String,String> getConfiguration()
public void setConfiguration(Map<String,String> configuration)
public void unsetConfiguration()
public boolean isSetConfiguration()
public void setConfigurationIsSet(boolean value)
public void setFieldValue(TOpenSessionResp._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<TOpenSessionResp,TOpenSessionResp._Fields>
public Object getFieldValue(TOpenSessionResp._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<TOpenSessionResp,TOpenSessionResp._Fields>
public boolean isSet(TOpenSessionResp._Fields field)
isSet
in interface org.apache.thrift.TBase<TOpenSessionResp,TOpenSessionResp._Fields>
public boolean equals(Object that)
equals
in class Object
public boolean equals(TOpenSessionResp that)
public int hashCode()
hashCode
in class Object
public int compareTo(TOpenSessionResp other)
compareTo
in interface Comparable<TOpenSessionResp>
public TOpenSessionResp._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<TOpenSessionResp,TOpenSessionResp._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<TOpenSessionResp,TOpenSessionResp._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<TOpenSessionResp,TOpenSessionResp._Fields>
org.apache.thrift.TException
public String toString()
toString
in class Object
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |