public static enum ModuleCipherFactory.ModuleType extends Enum<ModuleCipherFactory.ModuleType>
| Enum Constant and Description |
|---|
BloomFilterBitset |
BloomFilterHeader |
ColumnIndex |
ColumnMetaData |
DataPage |
DataPageHeader |
DictionaryPage |
DictionaryPageHeader |
Footer |
OffsetIndex |
| Modifier and Type | Method and Description |
|---|---|
byte |
getValue() |
static ModuleCipherFactory.ModuleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleCipherFactory.ModuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleCipherFactory.ModuleType Footer
public static final ModuleCipherFactory.ModuleType ColumnMetaData
public static final ModuleCipherFactory.ModuleType DataPage
public static final ModuleCipherFactory.ModuleType DictionaryPage
public static final ModuleCipherFactory.ModuleType DataPageHeader
public static final ModuleCipherFactory.ModuleType DictionaryPageHeader
public static final ModuleCipherFactory.ModuleType ColumnIndex
public static final ModuleCipherFactory.ModuleType OffsetIndex
public static final ModuleCipherFactory.ModuleType BloomFilterHeader
public static final ModuleCipherFactory.ModuleType BloomFilterBitset
public static ModuleCipherFactory.ModuleType[] values()
for (ModuleCipherFactory.ModuleType c : ModuleCipherFactory.ModuleType.values()) System.out.println(c);
public static ModuleCipherFactory.ModuleType 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 byte getValue()
Copyright © 2023 The Apache Software Foundation. All rights reserved.