public enum TierUploadType extends Enum<TierUploadType>
Enum Constant and Description |
---|
Archive |
Compaction |
Modifier and Type | Method and Description |
---|---|
static TierUploadType |
fromByte(byte id) |
static byte |
toByte(TierUploadType recordType) |
static TierUploadType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TierUploadType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TierUploadType Archive
public static final TierUploadType Compaction
public static TierUploadType[] values()
for (TierUploadType c : TierUploadType.values()) System.out.println(c);
public static TierUploadType 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 static byte toByte(TierUploadType recordType)
public static TierUploadType fromByte(byte id)