public static enum ParquetCipher.type extends Enum<ParquetCipher.type>
| Enum Constant and Description |
|---|
AES_GCM_CTR_V1 |
AES_GCM_V1 |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
ParquetCipher.type |
intern() |
String |
toString() |
static ParquetCipher.type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParquetCipher.type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParquetCipher.type AES_GCM_V1
public static final ParquetCipher.type AES_GCM_CTR_V1
public static ParquetCipher.type[] values()
for (ParquetCipher.type c : ParquetCipher.type.values()) System.out.println(c);
public static ParquetCipher.type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic ParquetCipher.type intern()
public String toString()
toString in class Enum<ParquetCipher.type>Copyright © 2022. All rights reserved.