|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<HBaseProtos.CompareType>
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.CompareType
public static enum HBaseProtos.CompareType
Protobuf enum CompareType
Comparison operators
Enum Constant Summary | |
---|---|
EQUAL
EQUAL = 2; |
|
GREATER
GREATER = 5; |
|
GREATER_OR_EQUAL
GREATER_OR_EQUAL = 4; |
|
LESS
LESS = 0; |
|
LESS_OR_EQUAL
LESS_OR_EQUAL = 1; |
|
NO_OP
NO_OP = 6; |
|
NOT_EQUAL
NOT_EQUAL = 3; |
Field Summary | |
---|---|
static int |
EQUAL_VALUE
EQUAL = 2; |
static int |
GREATER_OR_EQUAL_VALUE
GREATER_OR_EQUAL = 4; |
static int |
GREATER_VALUE
GREATER = 5; |
static int |
LESS_OR_EQUAL_VALUE
LESS_OR_EQUAL = 1; |
static int |
LESS_VALUE
LESS = 0; |
static int |
NO_OP_VALUE
NO_OP = 6; |
static int |
NOT_EQUAL_VALUE
NOT_EQUAL = 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<HBaseProtos.CompareType> |
internalGetValueMap()
|
static HBaseProtos.CompareType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
static HBaseProtos.CompareType |
valueOf(int value)
|
static HBaseProtos.CompareType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HBaseProtos.CompareType[] |
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 HBaseProtos.CompareType LESS
LESS = 0;
public static final HBaseProtos.CompareType LESS_OR_EQUAL
LESS_OR_EQUAL = 1;
public static final HBaseProtos.CompareType EQUAL
EQUAL = 2;
public static final HBaseProtos.CompareType NOT_EQUAL
NOT_EQUAL = 3;
public static final HBaseProtos.CompareType GREATER_OR_EQUAL
GREATER_OR_EQUAL = 4;
public static final HBaseProtos.CompareType GREATER
GREATER = 5;
public static final HBaseProtos.CompareType NO_OP
NO_OP = 6;
Field Detail |
---|
public static final int LESS_VALUE
LESS = 0;
public static final int LESS_OR_EQUAL_VALUE
LESS_OR_EQUAL = 1;
public static final int EQUAL_VALUE
EQUAL = 2;
public static final int NOT_EQUAL_VALUE
NOT_EQUAL = 3;
public static final int GREATER_OR_EQUAL_VALUE
GREATER_OR_EQUAL = 4;
public static final int GREATER_VALUE
GREATER = 5;
public static final int NO_OP_VALUE
NO_OP = 6;
Method Detail |
---|
public static HBaseProtos.CompareType[] values()
for (HBaseProtos.CompareType c : HBaseProtos.CompareType.values()) System.out.println(c);
public static HBaseProtos.CompareType 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.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public static HBaseProtos.CompareType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<HBaseProtos.CompareType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static HBaseProtos.CompareType 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 |