| 程序包 | 说明 |
|---|---|
| com.alibaba.hbase.client | |
| com.alibaba.hbase.thrift2.generated |
| 限定符和类型 | 方法和说明 |
|---|---|
static TCompareOp |
ThriftUtilities.compareOpFromHBase(org.apache.hadoop.hbase.filter.CompareFilter.CompareOp compareOp) |
| 限定符和类型 | 字段和说明 |
|---|---|
TCompareOp |
THBaseService.checkAndMutate_args.compareOp
comparison to make on the value
|
| 限定符和类型 | 方法和说明 |
|---|---|
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)
返回带有指定名称的该类型的枚举常量。
|
static TCompareOp[] |
TCompareOp.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
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<Boolean> resultHandler) |
void |
THBaseService.AsyncClient.checkAndMutate(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
TCompareOp compareOp,
ByteBuffer value,
TRowMutations rowMutations,
org.apache.thrift.async.AsyncMethodCallback<Boolean> 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
|
| 构造器和说明 |
|---|
checkAndMutate_args(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
TCompareOp compareOp,
ByteBuffer value,
TRowMutations rowMutations) |
checkAndMutate_call(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
TCompareOp compareOp,
ByteBuffer value,
TRowMutations rowMutations,
org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
Copyright © 2019. All rights reserved.