@Generated(value="Autogenerated by Thrift Compiler (0.14.0)", date="2022-12-27") public class EncryptionWithColumnKey extends Object implements org.apache.thrift.TBase<EncryptionWithColumnKey,EncryptionWithColumnKey._Fields>, Serializable, Cloneable, Comparable<EncryptionWithColumnKey>
Modifier and Type | Class and Description |
---|---|
static class |
EncryptionWithColumnKey._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
ByteBuffer |
key_metadata
Retrieval metadata of column encryption key *
|
static Map<EncryptionWithColumnKey._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
List<String> |
path_in_schema
Column path in schema *
|
Constructor and Description |
---|
EncryptionWithColumnKey() |
EncryptionWithColumnKey(EncryptionWithColumnKey other)
Performs a deep copy on other.
|
EncryptionWithColumnKey(List<String> path_in_schema) |
Modifier and Type | Method and Description |
---|---|
void |
addToPath_in_schema(String elem) |
ByteBuffer |
bufferForKey_metadata() |
void |
clear() |
int |
compareTo(EncryptionWithColumnKey other) |
EncryptionWithColumnKey |
deepCopy() |
boolean |
equals(EncryptionWithColumnKey that) |
boolean |
equals(Object that) |
EncryptionWithColumnKey._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(EncryptionWithColumnKey._Fields field) |
byte[] |
getKey_metadata()
Retrieval metadata of column encryption key *
|
List<String> |
getPath_in_schema()
Column path in schema *
|
Iterator<String> |
getPath_in_schemaIterator() |
int |
getPath_in_schemaSize() |
int |
hashCode() |
boolean |
isSet(EncryptionWithColumnKey._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetKey_metadata()
Returns true if field key_metadata is set (has been assigned a value) and false otherwise
|
boolean |
isSetPath_in_schema()
Returns true if field path_in_schema is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(EncryptionWithColumnKey._Fields field,
Object value) |
EncryptionWithColumnKey |
setKey_metadata(byte[] key_metadata)
Retrieval metadata of column encryption key *
|
EncryptionWithColumnKey |
setKey_metadata(ByteBuffer key_metadata) |
void |
setKey_metadataIsSet(boolean value) |
EncryptionWithColumnKey |
setPath_in_schema(List<String> path_in_schema)
Column path in schema *
|
void |
setPath_in_schemaIsSet(boolean value) |
String |
toString() |
void |
unsetKey_metadata() |
void |
unsetPath_in_schema() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public ByteBuffer key_metadata
public static final Map<EncryptionWithColumnKey._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public EncryptionWithColumnKey()
public EncryptionWithColumnKey(EncryptionWithColumnKey other)
public EncryptionWithColumnKey deepCopy()
deepCopy
in interface org.apache.thrift.TBase<EncryptionWithColumnKey,EncryptionWithColumnKey._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<EncryptionWithColumnKey,EncryptionWithColumnKey._Fields>
public int getPath_in_schemaSize()
public void addToPath_in_schema(String elem)
public EncryptionWithColumnKey setPath_in_schema(List<String> path_in_schema)
public void unsetPath_in_schema()
public boolean isSetPath_in_schema()
public void setPath_in_schemaIsSet(boolean value)
public byte[] getKey_metadata()
public ByteBuffer bufferForKey_metadata()
public EncryptionWithColumnKey setKey_metadata(byte[] key_metadata)
public EncryptionWithColumnKey setKey_metadata(ByteBuffer key_metadata)
public void unsetKey_metadata()
public boolean isSetKey_metadata()
public void setKey_metadataIsSet(boolean value)
public void setFieldValue(EncryptionWithColumnKey._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<EncryptionWithColumnKey,EncryptionWithColumnKey._Fields>
public Object getFieldValue(EncryptionWithColumnKey._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<EncryptionWithColumnKey,EncryptionWithColumnKey._Fields>
public boolean isSet(EncryptionWithColumnKey._Fields field)
isSet
in interface org.apache.thrift.TBase<EncryptionWithColumnKey,EncryptionWithColumnKey._Fields>
public boolean equals(EncryptionWithColumnKey that)
public int compareTo(EncryptionWithColumnKey other)
compareTo
in interface Comparable<EncryptionWithColumnKey>
public EncryptionWithColumnKey._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<EncryptionWithColumnKey,EncryptionWithColumnKey._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TSerializable
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TSerializable
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2022 The Apache Software Foundation. All rights reserved.