Package | Description |
---|---|
org.hbase.async.generated |
Modifier and Type | Method and Description |
---|---|
static ComparatorPB.BitComparator.BitwiseOp |
ComparatorPB.BitComparator.BitwiseOp.forNumber(int value) |
ComparatorPB.BitComparator.BitwiseOp |
ComparatorPB.BitComparatorOrBuilder.getBitwiseOp()
required .BitComparator.BitwiseOp bitwise_op = 2; |
ComparatorPB.BitComparator.BitwiseOp |
ComparatorPB.BitComparator.getBitwiseOp()
required .BitComparator.BitwiseOp bitwise_op = 2; |
ComparatorPB.BitComparator.BitwiseOp |
ComparatorPB.BitComparator.Builder.getBitwiseOp()
required .BitComparator.BitwiseOp bitwise_op = 2; |
static ComparatorPB.BitComparator.BitwiseOp |
ComparatorPB.BitComparator.BitwiseOp.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ComparatorPB.BitComparator.BitwiseOp |
ComparatorPB.BitComparator.BitwiseOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparatorPB.BitComparator.BitwiseOp[] |
ComparatorPB.BitComparator.BitwiseOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<ComparatorPB.BitComparator.BitwiseOp> |
ComparatorPB.BitComparator.BitwiseOp.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ComparatorPB.BitComparator.Builder |
ComparatorPB.BitComparator.Builder.setBitwiseOp(ComparatorPB.BitComparator.BitwiseOp value)
required .BitComparator.BitwiseOp bitwise_op = 2; |
Copyright © 2010–2017 The Async HBase Authors. All rights reserved.