|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<BulkDeleteProtos.BulkDeleteRequest.DeleteType>
org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.DeleteType
public static enum BulkDeleteProtos.BulkDeleteRequest.DeleteType
Protobuf enum BulkDeleteRequest.DeleteType
| Enum Constant Summary | |
|---|---|
COLUMN
COLUMN = 2; |
|
FAMILY
FAMILY = 1; |
|
ROW
ROW = 0; |
|
VERSION
VERSION = 3; |
|
| Field Summary | |
|---|---|
static int |
COLUMN_VALUE
COLUMN = 2; |
static int |
FAMILY_VALUE
FAMILY = 1; |
static int |
ROW_VALUE
ROW = 0; |
static int |
VERSION_VALUE
VERSION = 3; |
| Method Summary | |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor()
|
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType()
|
int |
getNumber()
|
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor()
|
static com.google.protobuf.Internal.EnumLiteMap<BulkDeleteProtos.BulkDeleteRequest.DeleteType> |
internalGetValueMap()
|
static BulkDeleteProtos.BulkDeleteRequest.DeleteType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
static BulkDeleteProtos.BulkDeleteRequest.DeleteType |
valueOf(int value)
|
static BulkDeleteProtos.BulkDeleteRequest.DeleteType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BulkDeleteProtos.BulkDeleteRequest.DeleteType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final BulkDeleteProtos.BulkDeleteRequest.DeleteType ROW
ROW = 0;
public static final BulkDeleteProtos.BulkDeleteRequest.DeleteType FAMILY
FAMILY = 1;
public static final BulkDeleteProtos.BulkDeleteRequest.DeleteType COLUMN
COLUMN = 2;
public static final BulkDeleteProtos.BulkDeleteRequest.DeleteType VERSION
VERSION = 3;
| Field Detail |
|---|
public static final int ROW_VALUE
ROW = 0;
public static final int FAMILY_VALUE
FAMILY = 1;
public static final int COLUMN_VALUE
COLUMN = 2;
public static final int VERSION_VALUE
VERSION = 3;
| Method Detail |
|---|
public static BulkDeleteProtos.BulkDeleteRequest.DeleteType[] values()
for (BulkDeleteProtos.BulkDeleteRequest.DeleteType c : BulkDeleteProtos.BulkDeleteRequest.DeleteType.values()) System.out.println(c);
public static BulkDeleteProtos.BulkDeleteRequest.DeleteType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static BulkDeleteProtos.BulkDeleteRequest.DeleteType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<BulkDeleteProtos.BulkDeleteRequest.DeleteType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static BulkDeleteProtos.BulkDeleteRequest.DeleteType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||