Package org.apache.parquet.format
Class EncryptionAlgorithm
- java.lang.Object
-
- org.apache.thrift.TUnion<EncryptionAlgorithm,EncryptionAlgorithm._Fields>
-
- org.apache.parquet.format.EncryptionAlgorithm
-
- All Implemented Interfaces:
Serializable,Comparable<EncryptionAlgorithm>,org.apache.thrift.TBase<EncryptionAlgorithm,EncryptionAlgorithm._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.13.0)", date="2021-09-30") public class EncryptionAlgorithm extends org.apache.thrift.TUnion<EncryptionAlgorithm,EncryptionAlgorithm._Fields>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEncryptionAlgorithm._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description static Map<EncryptionAlgorithm._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMap
-
Constructor Summary
Constructors Constructor Description EncryptionAlgorithm()EncryptionAlgorithm(EncryptionAlgorithm other)EncryptionAlgorithm(EncryptionAlgorithm._Fields setField, Object value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EncryptionAlgorithmAES_GCM_CTR_V1(AesGcmCtrV1 value)static EncryptionAlgorithmAES_GCM_V1(AesGcmV1 value)protected voidcheckType(EncryptionAlgorithm._Fields setField, Object value)intcompareTo(EncryptionAlgorithm other)EncryptionAlgorithmdeepCopy()protected EncryptionAlgorithm._FieldsenumForId(short id)booleanequals(Object other)booleanequals(EncryptionAlgorithm other)EncryptionAlgorithm._FieldsfieldForId(int fieldId)AesGcmCtrV1getAES_GCM_CTR_V1()AesGcmV1getAES_GCM_V1()protected org.apache.thrift.protocol.TFieldgetFieldDesc(EncryptionAlgorithm._Fields setField)protected org.apache.thrift.protocol.TStructgetStructDesc()inthashCode()booleanisSetAES_GCM_CTR_V1()booleanisSetAES_GCM_V1()voidsetAES_GCM_CTR_V1(AesGcmCtrV1 value)voidsetAES_GCM_V1(AesGcmV1 value)protected ObjectstandardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field)protected voidstandardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot)protected ObjecttupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID)protected voidtupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
metaDataMap
public static final Map<EncryptionAlgorithm._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
EncryptionAlgorithm
public EncryptionAlgorithm()
-
EncryptionAlgorithm
public EncryptionAlgorithm(EncryptionAlgorithm._Fields setField, Object value)
-
EncryptionAlgorithm
public EncryptionAlgorithm(EncryptionAlgorithm other)
-
-
Method Detail
-
deepCopy
public EncryptionAlgorithm deepCopy()
-
AES_GCM_V1
public static EncryptionAlgorithm AES_GCM_V1(AesGcmV1 value)
-
AES_GCM_CTR_V1
public static EncryptionAlgorithm AES_GCM_CTR_V1(AesGcmCtrV1 value)
-
checkType
protected void checkType(EncryptionAlgorithm._Fields setField, Object value) throws ClassCastException
- Specified by:
checkTypein classorg.apache.thrift.TUnion<EncryptionAlgorithm,EncryptionAlgorithm._Fields>- Throws:
ClassCastException
-
standardSchemeReadValue
protected Object standardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field) throws org.apache.thrift.TException
- Specified by:
standardSchemeReadValuein classorg.apache.thrift.TUnion<EncryptionAlgorithm,EncryptionAlgorithm._Fields>- Throws:
org.apache.thrift.TException
-
standardSchemeWriteValue
protected void standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException- Specified by:
standardSchemeWriteValuein classorg.apache.thrift.TUnion<EncryptionAlgorithm,EncryptionAlgorithm._Fields>- Throws:
org.apache.thrift.TException
-
tupleSchemeReadValue
protected Object tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID) throws org.apache.thrift.TException
- Specified by:
tupleSchemeReadValuein classorg.apache.thrift.TUnion<EncryptionAlgorithm,EncryptionAlgorithm._Fields>- Throws:
org.apache.thrift.TException
-
tupleSchemeWriteValue
protected void tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException- Specified by:
tupleSchemeWriteValuein classorg.apache.thrift.TUnion<EncryptionAlgorithm,EncryptionAlgorithm._Fields>- Throws:
org.apache.thrift.TException
-
getFieldDesc
protected org.apache.thrift.protocol.TField getFieldDesc(EncryptionAlgorithm._Fields setField)
- Specified by:
getFieldDescin classorg.apache.thrift.TUnion<EncryptionAlgorithm,EncryptionAlgorithm._Fields>
-
getStructDesc
protected org.apache.thrift.protocol.TStruct getStructDesc()
- Specified by:
getStructDescin classorg.apache.thrift.TUnion<EncryptionAlgorithm,EncryptionAlgorithm._Fields>
-
enumForId
protected EncryptionAlgorithm._Fields enumForId(short id)
- Specified by:
enumForIdin classorg.apache.thrift.TUnion<EncryptionAlgorithm,EncryptionAlgorithm._Fields>
-
fieldForId
public EncryptionAlgorithm._Fields fieldForId(int fieldId)
-
getAES_GCM_V1
public AesGcmV1 getAES_GCM_V1()
-
setAES_GCM_V1
public void setAES_GCM_V1(AesGcmV1 value)
-
getAES_GCM_CTR_V1
public AesGcmCtrV1 getAES_GCM_CTR_V1()
-
setAES_GCM_CTR_V1
public void setAES_GCM_CTR_V1(AesGcmCtrV1 value)
-
isSetAES_GCM_V1
public boolean isSetAES_GCM_V1()
-
isSetAES_GCM_CTR_V1
public boolean isSetAES_GCM_CTR_V1()
-
equals
public boolean equals(EncryptionAlgorithm other)
-
compareTo
public int compareTo(EncryptionAlgorithm other)
-
-