public static enum TierObjectStore.FileType extends java.lang.Enum<TierObjectStore.FileType>
Enum Constant and Description |
---|
EPOCH_STATE |
OFFSET_INDEX |
PRODUCER_STATE |
SEGMENT |
TIMESTAMP_INDEX |
TRANSACTION_INDEX |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
suffix() |
static TierObjectStore.FileType |
valueOf(java.lang.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 TierObjectStore.FileType[] values()
for (TierObjectStore.FileType c : TierObjectStore.FileType.values()) System.out.println(c);
public static TierObjectStore.FileType 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 java.lang.String suffix()