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.checkAndPut(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
ByteBuffer value,
TPut put) |
void |
ThriftHBaseServiceHandler.put(ByteBuffer table,
TPut put) |
static Put |
ThriftUtilities.putFromThrift(TPut in)
|
Modifier and Type | Method and Description |
---|---|
void |
ThriftHBaseServiceHandler.putMultiple(ByteBuffer table,
List<TPut> puts) |
static List<Put> |
ThriftUtilities.putsFromThrift(List<TPut> in)
|
Modifier and Type | Field and Description |
---|---|
TPut |
THBaseService.put_args.tput
the TPut to put
|
TPut |
THBaseService.checkAndPut_args.tput
the TPut to put if the check succeeds
|
Modifier and Type | Field and Description |
---|---|
List<TPut> |
THBaseService.putMultiple_args.tputs
a list of TPuts to commit
|
Modifier and Type | Method and Description |
---|---|
TPut |
TPut.deepCopy() |
TPut |
TMutation.getPut() |
TPut |
THBaseService.put_args.getTput()
the TPut to put
|
TPut |
THBaseService.checkAndPut_args.getTput()
the TPut to put if the check succeeds
|
TPut |
TPut.setAttributes(Map<ByteBuffer,ByteBuffer> attributes) |
TPut |
TPut.setCellVisibility(TCellVisibility cellVisibility) |
TPut |
TPut.setColumnValues(List<TColumnValue> columnValues) |
TPut |
TPut.setDurability(TDurability durability) |
TPut |
TPut.setRow(byte[] row) |
TPut |
TPut.setRow(ByteBuffer row) |
TPut |
TPut.setTimestamp(long timestamp) |
Modifier and Type | Method and Description |
---|---|
List<TPut> |
THBaseService.putMultiple_args.getTputs()
a list of TPuts to commit
|
Iterator<TPut> |
THBaseService.putMultiple_args.getTputsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
THBaseService.putMultiple_args.addToTputs(TPut elem) |
boolean |
THBaseService.Iface.checkAndPut(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
ByteBuffer value,
TPut tput)
Atomically checks if a row/family/qualifier value matches the expected
value.
|
boolean |
THBaseService.Client.checkAndPut(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
ByteBuffer value,
TPut tput) |
void |
THBaseService.AsyncIface.checkAndPut(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
ByteBuffer value,
TPut tput,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
THBaseService.AsyncClient.checkAndPut(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
ByteBuffer value,
TPut tput,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
int |
TPut.compareTo(TPut other) |
boolean |
TPut.equals(TPut that) |
void |
THBaseService.Iface.put(ByteBuffer table,
TPut tput)
Commit a TPut to a table.
|
void |
THBaseService.Client.put(ByteBuffer table,
TPut tput) |
void |
THBaseService.AsyncIface.put(ByteBuffer table,
TPut tput,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
THBaseService.AsyncClient.put(ByteBuffer table,
TPut tput,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
static TMutation |
TMutation.put(TPut value) |
void |
THBaseService.Client.send_checkAndPut(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
ByteBuffer value,
TPut tput) |
void |
THBaseService.Client.send_put(ByteBuffer table,
TPut tput) |
void |
TMutation.setPut(TPut value) |
THBaseService.put_args |
THBaseService.put_args.setTput(TPut tput)
the TPut to put
|
THBaseService.checkAndPut_args |
THBaseService.checkAndPut_args.setTput(TPut tput)
the TPut to put if the check succeeds
|
Modifier and Type | Method and Description |
---|---|
void |
THBaseService.Iface.putMultiple(ByteBuffer table,
List<TPut> tputs)
Commit a List of Puts to the table.
|
void |
THBaseService.Client.putMultiple(ByteBuffer table,
List<TPut> tputs) |
void |
THBaseService.AsyncIface.putMultiple(ByteBuffer table,
List<TPut> tputs,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
THBaseService.AsyncClient.putMultiple(ByteBuffer table,
List<TPut> tputs,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
THBaseService.Client.send_putMultiple(ByteBuffer table,
List<TPut> tputs) |
THBaseService.putMultiple_args |
THBaseService.putMultiple_args.setTputs(List<TPut> tputs)
a list of TPuts to commit
|
Constructor and Description |
---|
THBaseService.AsyncClient.checkAndPut_call(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
ByteBuffer value,
TPut tput,
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.AsyncClient.put_call(ByteBuffer table,
TPut tput,
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.checkAndPut_args(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
ByteBuffer value,
TPut tput) |
THBaseService.put_args(ByteBuffer table,
TPut tput) |
TPut(TPut other)
Performs a deep copy on other.
|
Constructor and Description |
---|
THBaseService.AsyncClient.putMultiple_call(ByteBuffer table,
List<TPut> tputs,
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.putMultiple_args(ByteBuffer table,
List<TPut> tputs) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.