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