@Generated(value="Autogenerated by Thrift Compiler (0.13.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class TSetClientInfoReq extends Object implements org.apache.thrift.TBase<TSetClientInfoReq,TSetClientInfoReq._Fields>, Serializable, Cloneable, Comparable<TSetClientInfoReq>
Modifier and Type | Class and Description |
---|---|
static class |
TSetClientInfoReq._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<TSetClientInfoReq._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
TSetClientInfoReq() |
TSetClientInfoReq(org.apache.hive.service.rpc.thrift.TSessionHandle sessionHandle) |
TSetClientInfoReq(TSetClientInfoReq other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(TSetClientInfoReq other) |
TSetClientInfoReq |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(TSetClientInfoReq that) |
TSetClientInfoReq._Fields |
fieldForId(int fieldId) |
Map<String,String> |
getConfiguration() |
int |
getConfigurationSize() |
Object |
getFieldValue(TSetClientInfoReq._Fields field) |
org.apache.hive.service.rpc.thrift.TSessionHandle |
getSessionHandle() |
int |
hashCode() |
boolean |
isSet(TSetClientInfoReq._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 |
isSetSessionHandle()
Returns true if field sessionHandle 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(TSetClientInfoReq._Fields field,
Object value) |
void |
setSessionHandle(org.apache.hive.service.rpc.thrift.TSessionHandle sessionHandle) |
void |
setSessionHandleIsSet(boolean value) |
String |
toString() |
void |
unsetConfiguration() |
void |
unsetSessionHandle() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<TSetClientInfoReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public TSetClientInfoReq()
public TSetClientInfoReq(org.apache.hive.service.rpc.thrift.TSessionHandle sessionHandle)
public TSetClientInfoReq(TSetClientInfoReq other)
public TSetClientInfoReq deepCopy()
deepCopy
in interface org.apache.thrift.TBase<TSetClientInfoReq,TSetClientInfoReq._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<TSetClientInfoReq,TSetClientInfoReq._Fields>
public org.apache.hive.service.rpc.thrift.TSessionHandle getSessionHandle()
public void setSessionHandle(org.apache.hive.service.rpc.thrift.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(TSetClientInfoReq._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<TSetClientInfoReq,TSetClientInfoReq._Fields>
public Object getFieldValue(TSetClientInfoReq._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<TSetClientInfoReq,TSetClientInfoReq._Fields>
public boolean isSet(TSetClientInfoReq._Fields field)
isSet
in interface org.apache.thrift.TBase<TSetClientInfoReq,TSetClientInfoReq._Fields>
public boolean equals(TSetClientInfoReq that)
public int compareTo(TSetClientInfoReq other)
compareTo
in interface Comparable<TSetClientInfoReq>
public TSetClientInfoReq._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<TSetClientInfoReq,TSetClientInfoReq._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<TSetClientInfoReq,TSetClientInfoReq._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<TSetClientInfoReq,TSetClientInfoReq._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.