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