public static enum HBasePB.SnapshotDescription.Type extends Enum<HBasePB.SnapshotDescription.Type> implements com.google.protobuf.Internal.EnumLite
SnapshotDescription.Type
Enum Constant and Description |
---|
DISABLED
DISABLED = 0; |
FLUSH
FLUSH = 1; |
SKIPFLUSH
SKIPFLUSH = 2; |
Modifier and Type | Field and Description |
---|---|
static int |
DISABLED_VALUE
DISABLED = 0; |
static int |
FLUSH_VALUE
FLUSH = 1; |
static int |
SKIPFLUSH_VALUE
SKIPFLUSH = 2; |
Modifier and Type | Method and Description |
---|---|
int |
getNumber() |
static com.google.protobuf.Internal.EnumLiteMap<HBasePB.SnapshotDescription.Type> |
internalGetValueMap() |
static HBasePB.SnapshotDescription.Type |
valueOf(int value) |
static HBasePB.SnapshotDescription.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HBasePB.SnapshotDescription.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HBasePB.SnapshotDescription.Type DISABLED
DISABLED = 0;
public static final HBasePB.SnapshotDescription.Type FLUSH
FLUSH = 1;
public static final HBasePB.SnapshotDescription.Type SKIPFLUSH
SKIPFLUSH = 2;
public static final int DISABLED_VALUE
DISABLED = 0;
public static final int FLUSH_VALUE
FLUSH = 1;
public static final int SKIPFLUSH_VALUE
SKIPFLUSH = 2;
public static HBasePB.SnapshotDescription.Type[] values()
for (HBasePB.SnapshotDescription.Type c : HBasePB.SnapshotDescription.Type.values()) System.out.println(c);
public static HBasePB.SnapshotDescription.Type 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 final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
public static HBasePB.SnapshotDescription.Type valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<HBasePB.SnapshotDescription.Type> internalGetValueMap()
Copyright © 2010-2017, The Async HBase Authors