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