Uses of Class
org.apache.hadoop.hbase.thrift2.generated.TAppend

Packages that use TAppend
org.apache.hadoop.hbase.thrift2 Provides an HBase Thrift service. 
org.apache.hadoop.hbase.thrift2.generated   
 

Uses of TAppend in org.apache.hadoop.hbase.thrift2
 

Methods in org.apache.hadoop.hbase.thrift2 with parameters of type TAppend
 TResult ThriftHBaseServiceHandler.append(ByteBuffer table, TAppend append)
           
static Append ThriftUtilities.appendFromThrift(TAppend append)
           
 

Uses of TAppend in org.apache.hadoop.hbase.thrift2.generated
 

Fields in org.apache.hadoop.hbase.thrift2.generated declared as TAppend
 TAppend THBaseService.append_args.append
          the TAppend to append
 

Methods in org.apache.hadoop.hbase.thrift2.generated that return TAppend
 TAppend TAppend.deepCopy()
           
 TAppend THBaseService.append_args.getAppend()
          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)
           
 

Methods in org.apache.hadoop.hbase.thrift2.generated with parameters of type TAppend
 TResult THBaseService.Iface.append(ByteBuffer table, TAppend append)
           
 TResult THBaseService.Client.append(ByteBuffer table, TAppend append)
           
 void THBaseService.AsyncIface.append(ByteBuffer table, TAppend append, org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.append_call> resultHandler)
           
 void THBaseService.AsyncClient.append(ByteBuffer table, TAppend append, org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.append_call> resultHandler)
           
 int TAppend.compareTo(TAppend other)
           
 boolean TAppend.equals(TAppend that)
           
 void THBaseService.Client.send_append(ByteBuffer table, TAppend append)
           
 THBaseService.append_args THBaseService.append_args.setAppend(TAppend append)
          the TAppend to append
 

Constructors in org.apache.hadoop.hbase.thrift2.generated with parameters of type TAppend
TAppend(TAppend other)
          Performs a deep copy on other.
THBaseService.append_args(ByteBuffer table, TAppend append)
           
THBaseService.AsyncClient.append_call(ByteBuffer table, TAppend append, org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.append_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.