public static enum SnapshotProtos.SnapshotDescription.Type extends Enum<SnapshotProtos.SnapshotDescription.Type> implements org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum
hbase.pb.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 |
|---|---|
static SnapshotProtos.SnapshotDescription.Type |
forNumber(int value) |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<SnapshotProtos.SnapshotDescription.Type> |
internalGetValueMap() |
static SnapshotProtos.SnapshotDescription.Type |
valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SnapshotProtos.SnapshotDescription.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SnapshotProtos.SnapshotDescription.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotProtos.SnapshotDescription.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnapshotProtos.SnapshotDescription.Type DISABLED
DISABLED = 0;public static final SnapshotProtos.SnapshotDescription.Type FLUSH
FLUSH = 1;public static final SnapshotProtos.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 SnapshotProtos.SnapshotDescription.Type[] values()
for (SnapshotProtos.SnapshotDescription.Type c : SnapshotProtos.SnapshotDescription.Type.values()) System.out.println(c);
public static SnapshotProtos.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 org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLitegetNumber in interface org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum@Deprecated public static SnapshotProtos.SnapshotDescription.Type valueOf(int value)
forNumber(int) instead.public static SnapshotProtos.SnapshotDescription.Type forNumber(int value)
public static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<SnapshotProtos.SnapshotDescription.Type> internalGetValueMap()
public final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnumpublic final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnumpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static SnapshotProtos.SnapshotDescription.Type valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007–2019 Cloudera. All rights reserved.