public static enum WALProtos.ScopeType extends Enum<WALProtos.ScopeType> implements org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum
hbase.pb.ScopeType| Enum Constant and Description |
|---|
REPLICATION_SCOPE_GLOBAL
REPLICATION_SCOPE_GLOBAL = 1; |
REPLICATION_SCOPE_LOCAL
REPLICATION_SCOPE_LOCAL = 0; |
REPLICATION_SCOPE_SERIAL
REPLICATION_SCOPE_SERIAL = 2; |
| Modifier and Type | Field and Description |
|---|---|
static int |
REPLICATION_SCOPE_GLOBAL_VALUE
REPLICATION_SCOPE_GLOBAL = 1; |
static int |
REPLICATION_SCOPE_LOCAL_VALUE
REPLICATION_SCOPE_LOCAL = 0; |
static int |
REPLICATION_SCOPE_SERIAL_VALUE
REPLICATION_SCOPE_SERIAL = 2; |
| Modifier and Type | Method and Description |
|---|---|
static WALProtos.ScopeType |
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<WALProtos.ScopeType> |
internalGetValueMap() |
static WALProtos.ScopeType |
valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static WALProtos.ScopeType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static WALProtos.ScopeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WALProtos.ScopeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WALProtos.ScopeType REPLICATION_SCOPE_LOCAL
REPLICATION_SCOPE_LOCAL = 0;public static final WALProtos.ScopeType REPLICATION_SCOPE_GLOBAL
REPLICATION_SCOPE_GLOBAL = 1;public static final WALProtos.ScopeType REPLICATION_SCOPE_SERIAL
REPLICATION_SCOPE_SERIAL = 2;public static final int REPLICATION_SCOPE_LOCAL_VALUE
REPLICATION_SCOPE_LOCAL = 0;public static final int REPLICATION_SCOPE_GLOBAL_VALUE
REPLICATION_SCOPE_GLOBAL = 1;public static final int REPLICATION_SCOPE_SERIAL_VALUE
REPLICATION_SCOPE_SERIAL = 2;public static WALProtos.ScopeType[] values()
for (WALProtos.ScopeType c : WALProtos.ScopeType.values()) System.out.println(c);
public static WALProtos.ScopeType 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 WALProtos.ScopeType valueOf(int value)
forNumber(int) instead.public static WALProtos.ScopeType forNumber(int value)
public static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<WALProtos.ScopeType> 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 WALProtos.ScopeType valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007–2019 Cloudera. All rights reserved.