public static enum DebugDbCommands.KVFormatType extends java.lang.Enum<DebugDbCommands.KVFormatType>
| Enum Constant and Description |
|---|
DEFER_MAP |
DIR |
GENERIC_KV |
INDEX_TABLE |
INVALID |
SCHEMA_INFO |
SEGMENT_MAP |
SPILL |
SPILL_MAP |
TABLE |
TABLET |
TABLET_MAP |
| Modifier and Type | Method and Description |
|---|---|
static DebugDbCommands.KVFormatType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DebugDbCommands.KVFormatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DebugDbCommands.KVFormatType TABLE
public static final DebugDbCommands.KVFormatType INDEX_TABLE
public static final DebugDbCommands.KVFormatType TABLET_MAP
public static final DebugDbCommands.KVFormatType SCHEMA_INFO
public static final DebugDbCommands.KVFormatType TABLET
public static final DebugDbCommands.KVFormatType SEGMENT_MAP
public static final DebugDbCommands.KVFormatType SPILL_MAP
public static final DebugDbCommands.KVFormatType SPILL
public static final DebugDbCommands.KVFormatType DEFER_MAP
public static final DebugDbCommands.KVFormatType GENERIC_KV
public static final DebugDbCommands.KVFormatType DIR
public static final DebugDbCommands.KVFormatType INVALID
public static DebugDbCommands.KVFormatType[] values()
for (DebugDbCommands.KVFormatType c : DebugDbCommands.KVFormatType.values()) System.out.println(c);
public static DebugDbCommands.KVFormatType 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 null