Package | Description |
---|---|
org.apache.hadoop.hbase.thrift2 |
Provides an HBase Thrift
service.
|
org.apache.hadoop.hbase.thrift2.generated |
Modifier and Type | Method and Description |
---|---|
TResult |
ThriftHBaseServiceHandler.increment(ByteBuffer table,
TIncrement increment) |
static Increment |
ThriftUtilities.incrementFromThrift(TIncrement in) |
Modifier and Type | Field and Description |
---|---|
TIncrement |
THBaseService.increment_args.tincrement
the TIncrement to increment
|
Modifier and Type | Method and Description |
---|---|
TIncrement |
TIncrement.deepCopy() |
TIncrement |
THBaseService.increment_args.getTincrement()
the TIncrement to increment
|
TIncrement |
TIncrement.setAttributes(Map<ByteBuffer,ByteBuffer> attributes) |
TIncrement |
TIncrement.setCellVisibility(TCellVisibility cellVisibility) |
TIncrement |
TIncrement.setColumns(List<TColumnIncrement> columns) |
TIncrement |
TIncrement.setDurability(TDurability durability) |
TIncrement |
TIncrement.setRow(byte[] row) |
TIncrement |
TIncrement.setRow(ByteBuffer row) |
Modifier and Type | Method and Description |
---|---|
int |
TIncrement.compareTo(TIncrement other) |
boolean |
TIncrement.equals(TIncrement that) |
TResult |
THBaseService.Iface.increment(ByteBuffer table,
TIncrement tincrement) |
TResult |
THBaseService.Client.increment(ByteBuffer table,
TIncrement tincrement) |
void |
THBaseService.AsyncIface.increment(ByteBuffer table,
TIncrement tincrement,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
THBaseService.AsyncClient.increment(ByteBuffer table,
TIncrement tincrement,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
THBaseService.Client.send_increment(ByteBuffer table,
TIncrement tincrement) |
THBaseService.increment_args |
THBaseService.increment_args.setTincrement(TIncrement tincrement)
the TIncrement to increment
|
Constructor and Description |
---|
THBaseService.AsyncClient.increment_call(ByteBuffer table,
TIncrement tincrement,
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.increment_args(ByteBuffer table,
TIncrement tincrement) |
TIncrement(TIncrement other)
Performs a deep copy on other.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.