public static enum ProcedureProtos.ProcedureWALEntry.Type extends Enum<ProcedureProtos.ProcedureWALEntry.Type> implements org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum
hbase.pb.ProcedureWALEntry.Type| Enum Constant and Description |
|---|
PROCEDURE_WAL_COMPACT
PROCEDURE_WAL_COMPACT = 6; |
PROCEDURE_WAL_DELETE
PROCEDURE_WAL_DELETE = 5; |
PROCEDURE_WAL_EOF
PROCEDURE_WAL_EOF = 1; |
PROCEDURE_WAL_INIT
PROCEDURE_WAL_INIT = 2; |
PROCEDURE_WAL_INSERT
PROCEDURE_WAL_INSERT = 3; |
PROCEDURE_WAL_UPDATE
PROCEDURE_WAL_UPDATE = 4; |
| Modifier and Type | Field and Description |
|---|---|
static int |
PROCEDURE_WAL_COMPACT_VALUE
PROCEDURE_WAL_COMPACT = 6; |
static int |
PROCEDURE_WAL_DELETE_VALUE
PROCEDURE_WAL_DELETE = 5; |
static int |
PROCEDURE_WAL_EOF_VALUE
PROCEDURE_WAL_EOF = 1; |
static int |
PROCEDURE_WAL_INIT_VALUE
PROCEDURE_WAL_INIT = 2; |
static int |
PROCEDURE_WAL_INSERT_VALUE
PROCEDURE_WAL_INSERT = 3; |
static int |
PROCEDURE_WAL_UPDATE_VALUE
PROCEDURE_WAL_UPDATE = 4; |
| Modifier and Type | Method and Description |
|---|---|
static ProcedureProtos.ProcedureWALEntry.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<ProcedureProtos.ProcedureWALEntry.Type> |
internalGetValueMap() |
static ProcedureProtos.ProcedureWALEntry.Type |
valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProcedureProtos.ProcedureWALEntry.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProcedureProtos.ProcedureWALEntry.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcedureProtos.ProcedureWALEntry.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcedureProtos.ProcedureWALEntry.Type PROCEDURE_WAL_EOF
PROCEDURE_WAL_EOF = 1;public static final ProcedureProtos.ProcedureWALEntry.Type PROCEDURE_WAL_INIT
PROCEDURE_WAL_INIT = 2;public static final ProcedureProtos.ProcedureWALEntry.Type PROCEDURE_WAL_INSERT
PROCEDURE_WAL_INSERT = 3;public static final ProcedureProtos.ProcedureWALEntry.Type PROCEDURE_WAL_UPDATE
PROCEDURE_WAL_UPDATE = 4;public static final ProcedureProtos.ProcedureWALEntry.Type PROCEDURE_WAL_DELETE
PROCEDURE_WAL_DELETE = 5;public static final ProcedureProtos.ProcedureWALEntry.Type PROCEDURE_WAL_COMPACT
PROCEDURE_WAL_COMPACT = 6;public static final int PROCEDURE_WAL_EOF_VALUE
PROCEDURE_WAL_EOF = 1;public static final int PROCEDURE_WAL_INIT_VALUE
PROCEDURE_WAL_INIT = 2;public static final int PROCEDURE_WAL_INSERT_VALUE
PROCEDURE_WAL_INSERT = 3;public static final int PROCEDURE_WAL_UPDATE_VALUE
PROCEDURE_WAL_UPDATE = 4;public static final int PROCEDURE_WAL_DELETE_VALUE
PROCEDURE_WAL_DELETE = 5;public static final int PROCEDURE_WAL_COMPACT_VALUE
PROCEDURE_WAL_COMPACT = 6;public static ProcedureProtos.ProcedureWALEntry.Type[] values()
for (ProcedureProtos.ProcedureWALEntry.Type c : ProcedureProtos.ProcedureWALEntry.Type.values()) System.out.println(c);
public static ProcedureProtos.ProcedureWALEntry.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 ProcedureProtos.ProcedureWALEntry.Type valueOf(int value)
forNumber(int) instead.public static ProcedureProtos.ProcedureWALEntry.Type forNumber(int value)
public static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<ProcedureProtos.ProcedureWALEntry.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 ProcedureProtos.ProcedureWALEntry.Type valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007–2019 Cloudera. All rights reserved.