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.append(ByteBuffer table,
TAppend append) |
static Append |
ThriftUtilities.appendFromThrift(TAppend append) |
Modifier and Type | Field and Description |
---|---|
TAppend |
THBaseService.append_args.tappend
the TAppend to append
|
Modifier and Type | Method and Description |
---|---|
TAppend |
TAppend.deepCopy() |
TAppend |
THBaseService.append_args.getTappend()
the TAppend to append
|
TAppend |
TAppend.setAttributes(Map<ByteBuffer,ByteBuffer> attributes) |
TAppend |
TAppend.setCellVisibility(TCellVisibility cellVisibility) |
TAppend |
TAppend.setColumns(List<TColumnValue> columns) |
TAppend |
TAppend.setDurability(TDurability durability) |
TAppend |
TAppend.setRow(byte[] row) |
TAppend |
TAppend.setRow(ByteBuffer row) |
Modifier and Type | Method and Description |
---|---|
TResult |
THBaseService.Iface.append(ByteBuffer table,
TAppend tappend) |
TResult |
THBaseService.Client.append(ByteBuffer table,
TAppend tappend) |
void |
THBaseService.AsyncIface.append(ByteBuffer table,
TAppend tappend,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
THBaseService.AsyncClient.append(ByteBuffer table,
TAppend tappend,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
int |
TAppend.compareTo(TAppend other) |
boolean |
TAppend.equals(TAppend that) |
void |
THBaseService.Client.send_append(ByteBuffer table,
TAppend tappend) |
THBaseService.append_args |
THBaseService.append_args.setTappend(TAppend tappend)
the TAppend to append
|
Constructor and Description |
---|
TAppend(TAppend other)
Performs a deep copy on other.
|
THBaseService.append_args(ByteBuffer table,
TAppend tappend) |
THBaseService.AsyncClient.append_call(ByteBuffer table,
TAppend tappend,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.