Package | Description |
---|---|
org.apache.hadoop.hbase.thrift2 |
Provides an HBase Thrift
service.
|
org.apache.hadoop.hbase.thrift2.generated |
Modifier and Type | Method and Description |
---|---|
boolean |
ThriftHBaseServiceHandler.checkAndMutate(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
TCompareOp compareOp,
ByteBuffer value,
TRowMutations rowMutations) |
static CompareFilter.CompareOp |
ThriftUtilities.compareOpFromThrift(TCompareOp tCompareOp) |
Modifier and Type | Field and Description |
---|---|
TCompareOp |
THBaseService.checkAndMutate_args.compareOp
comparison to make on the value
|
Modifier and Type | Method and Description |
---|---|
static TCompareOp |
TCompareOp.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
TCompareOp |
THBaseService.checkAndMutate_args.getCompareOp()
comparison to make on the value
|
static TCompareOp |
TCompareOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TCompareOp[] |
TCompareOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
THBaseService.Iface.checkAndMutate(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
TCompareOp compareOp,
ByteBuffer value,
TRowMutations rowMutations)
Atomically checks if a row/family/qualifier value matches the expected
value.
|
boolean |
THBaseService.Client.checkAndMutate(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
TCompareOp compareOp,
ByteBuffer value,
TRowMutations rowMutations) |
void |
THBaseService.AsyncIface.checkAndMutate(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
TCompareOp compareOp,
ByteBuffer value,
TRowMutations rowMutations,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
THBaseService.AsyncClient.checkAndMutate(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
TCompareOp compareOp,
ByteBuffer value,
TRowMutations rowMutations,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
THBaseService.Client.send_checkAndMutate(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
TCompareOp compareOp,
ByteBuffer value,
TRowMutations rowMutations) |
THBaseService.checkAndMutate_args |
THBaseService.checkAndMutate_args.setCompareOp(TCompareOp compareOp)
comparison to make on the value
|
Constructor and Description |
---|
THBaseService.AsyncClient.checkAndMutate_call(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
TCompareOp compareOp,
ByteBuffer value,
TRowMutations rowMutations,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
THBaseService.checkAndMutate_args(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
TCompareOp compareOp,
ByteBuffer value,
TRowMutations rowMutations) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.