public static enum LockServiceProtos.LockedResourceType extends Enum<LockServiceProtos.LockedResourceType> implements org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum
hbase.pb.LockedResourceType| Enum Constant and Description |
|---|
NAMESPACE
NAMESPACE = 2; |
PEER
PEER = 5; |
REGION
REGION = 4; |
SERVER
SERVER = 1; |
TABLE
TABLE = 3; |
| Modifier and Type | Field and Description |
|---|---|
static int |
NAMESPACE_VALUE
NAMESPACE = 2; |
static int |
PEER_VALUE
PEER = 5; |
static int |
REGION_VALUE
REGION = 4; |
static int |
SERVER_VALUE
SERVER = 1; |
static int |
TABLE_VALUE
TABLE = 3; |
| Modifier and Type | Method and Description |
|---|---|
static LockServiceProtos.LockedResourceType |
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<LockServiceProtos.LockedResourceType> |
internalGetValueMap() |
static LockServiceProtos.LockedResourceType |
valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static LockServiceProtos.LockedResourceType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static LockServiceProtos.LockedResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockServiceProtos.LockedResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LockServiceProtos.LockedResourceType SERVER
SERVER = 1;public static final LockServiceProtos.LockedResourceType NAMESPACE
NAMESPACE = 2;public static final LockServiceProtos.LockedResourceType TABLE
TABLE = 3;public static final LockServiceProtos.LockedResourceType REGION
REGION = 4;public static final LockServiceProtos.LockedResourceType PEER
PEER = 5;public static final int SERVER_VALUE
SERVER = 1;public static final int NAMESPACE_VALUE
NAMESPACE = 2;public static final int TABLE_VALUE
TABLE = 3;public static final int REGION_VALUE
REGION = 4;public static final int PEER_VALUE
PEER = 5;public static LockServiceProtos.LockedResourceType[] values()
for (LockServiceProtos.LockedResourceType c : LockServiceProtos.LockedResourceType.values()) System.out.println(c);
public static LockServiceProtos.LockedResourceType 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 LockServiceProtos.LockedResourceType valueOf(int value)
forNumber(int) instead.public static LockServiceProtos.LockedResourceType forNumber(int value)
public static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<LockServiceProtos.LockedResourceType> 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 LockServiceProtos.LockedResourceType valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007–2019 Cloudera. All rights reserved.