Class THandleIdentifier
- java.lang.Object
-
- com.databricks.jdbc.model.client.thrift.generated.THandleIdentifier
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<THandleIdentifier>,org.apache.thrift.TBase<THandleIdentifier,THandleIdentifier._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)", date="2025-05-08") public class THandleIdentifier extends Object implements org.apache.thrift.TBase<THandleIdentifier,THandleIdentifier._Fields>, Serializable, Cloneable, Comparable<THandleIdentifier>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTHandleIdentifier._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description ByteBufferguidstatic Map<THandleIdentifier._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapByteBuffersecret
-
Constructor Summary
Constructors Constructor Description THandleIdentifier()THandleIdentifier(THandleIdentifier other)Performs a deep copy on other.THandleIdentifier(ByteBuffer guid, ByteBuffer secret)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBufferbufferForGuid()ByteBufferbufferForSecret()voidclear()intcompareTo(THandleIdentifier other)THandleIdentifierdeepCopy()booleanequals(THandleIdentifier that)booleanequals(Object that)THandleIdentifier._FieldsfieldForId(int fieldId)ObjectgetFieldValue(THandleIdentifier._Fields field)byte[]getGuid()byte[]getSecret()inthashCode()booleanisSet(THandleIdentifier._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetGuid()Returns true if field guid is set (has been assigned a value) and false otherwisebooleanisSetSecret()Returns true if field secret is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(THandleIdentifier._Fields field, Object value)THandleIdentifiersetGuid(byte[] guid)THandleIdentifiersetGuid(ByteBuffer guid)voidsetGuidIsSet(boolean value)THandleIdentifiersetSecret(byte[] secret)THandleIdentifiersetSecret(ByteBuffer secret)voidsetSecretIsSet(boolean value)StringtoString()voidunsetGuid()voidunsetSecret()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
guid
public ByteBuffer guid
-
secret
public ByteBuffer secret
-
metaDataMap
public static final Map<THandleIdentifier._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
THandleIdentifier
public THandleIdentifier()
-
THandleIdentifier
public THandleIdentifier(ByteBuffer guid, ByteBuffer secret)
-
THandleIdentifier
public THandleIdentifier(THandleIdentifier other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public THandleIdentifier deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<THandleIdentifier,THandleIdentifier._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<THandleIdentifier,THandleIdentifier._Fields>
-
getGuid
public byte[] getGuid()
-
bufferForGuid
public ByteBuffer bufferForGuid()
-
setGuid
public THandleIdentifier setGuid(byte[] guid)
-
setGuid
public THandleIdentifier setGuid(ByteBuffer guid)
-
unsetGuid
public void unsetGuid()
-
isSetGuid
public boolean isSetGuid()
Returns true if field guid is set (has been assigned a value) and false otherwise
-
setGuidIsSet
public void setGuidIsSet(boolean value)
-
getSecret
public byte[] getSecret()
-
bufferForSecret
public ByteBuffer bufferForSecret()
-
setSecret
public THandleIdentifier setSecret(byte[] secret)
-
setSecret
public THandleIdentifier setSecret(ByteBuffer secret)
-
unsetSecret
public void unsetSecret()
-
isSetSecret
public boolean isSetSecret()
Returns true if field secret is set (has been assigned a value) and false otherwise
-
setSecretIsSet
public void setSecretIsSet(boolean value)
-
setFieldValue
public void setFieldValue(THandleIdentifier._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<THandleIdentifier,THandleIdentifier._Fields>
-
getFieldValue
public Object getFieldValue(THandleIdentifier._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<THandleIdentifier,THandleIdentifier._Fields>
-
isSet
public boolean isSet(THandleIdentifier._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<THandleIdentifier,THandleIdentifier._Fields>
-
equals
public boolean equals(THandleIdentifier that)
-
compareTo
public int compareTo(THandleIdentifier other)
- Specified by:
compareToin interfaceComparable<THandleIdentifier>
-
fieldForId
public THandleIdentifier._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<THandleIdentifier,THandleIdentifier._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException- Specified by:
readin interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException- Specified by:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
-