public static enum TierObjectStore.FileType extends Enum<TierObjectStore.FileType>
Enum Constant and Description |
---|
BACKUP_OBJECTS_LIST |
EPOCH_STATE |
LIFECYCLE_MANAGER_STATE |
OFFSET_INDEX |
PRODUCER_STATE |
SEGMENT |
TIER_STATE_SNAPSHOT |
TIMESTAMP_INDEX |
TRANSACTION_INDEX |
Modifier and Type | Method and Description |
---|---|
String |
suffix() |
static TierObjectStore.FileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TierObjectStore.FileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TierObjectStore.FileType SEGMENT
public static final TierObjectStore.FileType OFFSET_INDEX
public static final TierObjectStore.FileType TIMESTAMP_INDEX
public static final TierObjectStore.FileType TRANSACTION_INDEX
public static final TierObjectStore.FileType PRODUCER_STATE
public static final TierObjectStore.FileType EPOCH_STATE
public static final TierObjectStore.FileType TIER_STATE_SNAPSHOT
public static final TierObjectStore.FileType LIFECYCLE_MANAGER_STATE
public static final TierObjectStore.FileType BACKUP_OBJECTS_LIST
public static TierObjectStore.FileType[] values()
for (TierObjectStore.FileType c : TierObjectStore.FileType.values()) System.out.println(c);
public static TierObjectStore.FileType 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 String suffix()