public enum MetadataTableType extends java.lang.Enum<MetadataTableType>
| Enum Constant and Description |
|---|
ALL_DATA_FILES |
ALL_DELETE_FILES |
ALL_ENTRIES |
ALL_FILES |
ALL_MANIFESTS |
DATA_FILES |
DELETE_FILES |
ENTRIES |
FILES |
HISTORY |
MANIFESTS |
METADATA_LOG_ENTRIES |
PARTITIONS |
POSITION_DELETES |
REFS |
SNAPSHOTS |
| Modifier and Type | Method and Description |
|---|---|
static MetadataTableType |
from(java.lang.String name) |
static MetadataTableType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetadataTableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataTableType ENTRIES
public static final MetadataTableType FILES
public static final MetadataTableType DATA_FILES
public static final MetadataTableType DELETE_FILES
public static final MetadataTableType HISTORY
public static final MetadataTableType METADATA_LOG_ENTRIES
public static final MetadataTableType SNAPSHOTS
public static final MetadataTableType REFS
public static final MetadataTableType MANIFESTS
public static final MetadataTableType PARTITIONS
public static final MetadataTableType ALL_DATA_FILES
public static final MetadataTableType ALL_DELETE_FILES
public static final MetadataTableType ALL_FILES
public static final MetadataTableType ALL_MANIFESTS
public static final MetadataTableType ALL_ENTRIES
public static final MetadataTableType POSITION_DELETES
public static MetadataTableType[] values()
for (MetadataTableType c : MetadataTableType.values()) System.out.println(c);
public static MetadataTableType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static MetadataTableType from(java.lang.String name)