public class TOpenSessionResp extends Object implements org.apache.thrift.TBase<TOpenSessionResp,TOpenSessionResp._Fields>, Serializable, Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
TOpenSessionResp._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<TOpenSessionResp._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
TOpenSessionResp() |
TOpenSessionResp(TOpenSessionResp other)
Performs a deep copy on other.
|
TOpenSessionResp(TStatus status,
TProtocolVersion serverProtocolVersion) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static final Map<TOpenSessionResp._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public TOpenSessionResp()
public TOpenSessionResp(TStatus status, TProtocolVersion serverProtocolVersion)
public TOpenSessionResp(TOpenSessionResp other)
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()
TProtocolVersionpublic void setServerProtocolVersion(TProtocolVersion serverProtocolVersion)
TProtocolVersionpublic 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 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(TOpenSessionResp that)
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.TExceptionpublic 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.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.