public static enum MasterProcedureProtos.PeerModificationState extends Enum<MasterProcedureProtos.PeerModificationState> implements org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum
hbase.pb.PeerModificationState| Enum Constant and Description |
|---|
POST_PEER_MODIFICATION
POST_PEER_MODIFICATION = 8; |
PRE_PEER_MODIFICATION
PRE_PEER_MODIFICATION = 1; |
REFRESH_PEER_ON_RS
REFRESH_PEER_ON_RS = 3; |
SERIAL_PEER_ENABLE_PEER_REFRESH_PEER_ON_RS
SERIAL_PEER_ENABLE_PEER_REFRESH_PEER_ON_RS = 7; |
SERIAL_PEER_REOPEN_REGIONS
SERIAL_PEER_REOPEN_REGIONS = 4; |
SERIAL_PEER_SET_PEER_ENABLED
SERIAL_PEER_SET_PEER_ENABLED = 6; |
SERIAL_PEER_UPDATE_LAST_PUSHED_SEQ_ID
SERIAL_PEER_UPDATE_LAST_PUSHED_SEQ_ID = 5; |
UPDATE_PEER_STORAGE
UPDATE_PEER_STORAGE = 2; |
| Modifier and Type | Field and Description |
|---|---|
static int |
POST_PEER_MODIFICATION_VALUE
POST_PEER_MODIFICATION = 8; |
static int |
PRE_PEER_MODIFICATION_VALUE
PRE_PEER_MODIFICATION = 1; |
static int |
REFRESH_PEER_ON_RS_VALUE
REFRESH_PEER_ON_RS = 3; |
static int |
SERIAL_PEER_ENABLE_PEER_REFRESH_PEER_ON_RS_VALUE
SERIAL_PEER_ENABLE_PEER_REFRESH_PEER_ON_RS = 7; |
static int |
SERIAL_PEER_REOPEN_REGIONS_VALUE
SERIAL_PEER_REOPEN_REGIONS = 4; |
static int |
SERIAL_PEER_SET_PEER_ENABLED_VALUE
SERIAL_PEER_SET_PEER_ENABLED = 6; |
static int |
SERIAL_PEER_UPDATE_LAST_PUSHED_SEQ_ID_VALUE
SERIAL_PEER_UPDATE_LAST_PUSHED_SEQ_ID = 5; |
static int |
UPDATE_PEER_STORAGE_VALUE
UPDATE_PEER_STORAGE = 2; |
| Modifier and Type | Method and Description |
|---|---|
static MasterProcedureProtos.PeerModificationState |
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<MasterProcedureProtos.PeerModificationState> |
internalGetValueMap() |
static MasterProcedureProtos.PeerModificationState |
valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MasterProcedureProtos.PeerModificationState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MasterProcedureProtos.PeerModificationState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MasterProcedureProtos.PeerModificationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MasterProcedureProtos.PeerModificationState PRE_PEER_MODIFICATION
PRE_PEER_MODIFICATION = 1;public static final MasterProcedureProtos.PeerModificationState UPDATE_PEER_STORAGE
UPDATE_PEER_STORAGE = 2;public static final MasterProcedureProtos.PeerModificationState REFRESH_PEER_ON_RS
REFRESH_PEER_ON_RS = 3;public static final MasterProcedureProtos.PeerModificationState SERIAL_PEER_REOPEN_REGIONS
SERIAL_PEER_REOPEN_REGIONS = 4;public static final MasterProcedureProtos.PeerModificationState SERIAL_PEER_UPDATE_LAST_PUSHED_SEQ_ID
SERIAL_PEER_UPDATE_LAST_PUSHED_SEQ_ID = 5;public static final MasterProcedureProtos.PeerModificationState SERIAL_PEER_SET_PEER_ENABLED
SERIAL_PEER_SET_PEER_ENABLED = 6;public static final MasterProcedureProtos.PeerModificationState SERIAL_PEER_ENABLE_PEER_REFRESH_PEER_ON_RS
SERIAL_PEER_ENABLE_PEER_REFRESH_PEER_ON_RS = 7;public static final MasterProcedureProtos.PeerModificationState POST_PEER_MODIFICATION
POST_PEER_MODIFICATION = 8;public static final int PRE_PEER_MODIFICATION_VALUE
PRE_PEER_MODIFICATION = 1;public static final int UPDATE_PEER_STORAGE_VALUE
UPDATE_PEER_STORAGE = 2;public static final int REFRESH_PEER_ON_RS_VALUE
REFRESH_PEER_ON_RS = 3;public static final int SERIAL_PEER_REOPEN_REGIONS_VALUE
SERIAL_PEER_REOPEN_REGIONS = 4;public static final int SERIAL_PEER_UPDATE_LAST_PUSHED_SEQ_ID_VALUE
SERIAL_PEER_UPDATE_LAST_PUSHED_SEQ_ID = 5;public static final int SERIAL_PEER_SET_PEER_ENABLED_VALUE
SERIAL_PEER_SET_PEER_ENABLED = 6;public static final int SERIAL_PEER_ENABLE_PEER_REFRESH_PEER_ON_RS_VALUE
SERIAL_PEER_ENABLE_PEER_REFRESH_PEER_ON_RS = 7;public static final int POST_PEER_MODIFICATION_VALUE
POST_PEER_MODIFICATION = 8;public static MasterProcedureProtos.PeerModificationState[] values()
for (MasterProcedureProtos.PeerModificationState c : MasterProcedureProtos.PeerModificationState.values()) System.out.println(c);
public static MasterProcedureProtos.PeerModificationState 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 MasterProcedureProtos.PeerModificationState valueOf(int value)
forNumber(int) instead.public static MasterProcedureProtos.PeerModificationState forNumber(int value)
public static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<MasterProcedureProtos.PeerModificationState> 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 MasterProcedureProtos.PeerModificationState valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007–2019 Cloudera. All rights reserved.