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

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

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

Methods in org.apache.hadoop.hbase.thrift2 with parameters of type TPut
 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)
          Creates a Put (HBase) from a TPut (Thrift)
 

Method parameters in org.apache.hadoop.hbase.thrift2 with type arguments of type TPut
 void ThriftHBaseServiceHandler.putMultiple(ByteBuffer table, List<TPut> puts)
           
static List<Put> ThriftUtilities.putsFromThrift(List<TPut> in)
          Converts multiple TPuts (Thrift) into a list of Puts (HBase).
 

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

Fields in org.apache.hadoop.hbase.thrift2.generated declared as TPut
 TPut THBaseService.put_args.put
          the TPut to put
 TPut THBaseService.checkAndPut_args.put
          the TPut to put if the check succeeds
 

Fields in org.apache.hadoop.hbase.thrift2.generated with type parameters of type TPut
 List<TPut> THBaseService.putMultiple_args.puts
          a list of TPuts to commit
 

Methods in org.apache.hadoop.hbase.thrift2.generated that return TPut
 TPut TPut.deepCopy()
           
 TPut TMutation.getPut()
           
 TPut THBaseService.put_args.getPut()
          the TPut to put
 TPut THBaseService.checkAndPut_args.getPut()
          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)
           
 

Methods in org.apache.hadoop.hbase.thrift2.generated that return types with arguments of type TPut
 List<TPut> THBaseService.putMultiple_args.getPuts()
          a list of TPuts to commit
 Iterator<TPut> THBaseService.putMultiple_args.getPutsIterator()
           
 

Methods in org.apache.hadoop.hbase.thrift2.generated with parameters of type TPut
 void THBaseService.putMultiple_args.addToPuts(TPut elem)
           
 boolean THBaseService.Iface.checkAndPut(ByteBuffer table, ByteBuffer row, ByteBuffer family, ByteBuffer qualifier, ByteBuffer value, TPut put)
          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 put)
           
 void THBaseService.AsyncIface.checkAndPut(ByteBuffer table, ByteBuffer row, ByteBuffer family, ByteBuffer qualifier, ByteBuffer value, TPut put, org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.checkAndPut_call> resultHandler)
           
 void THBaseService.AsyncClient.checkAndPut(ByteBuffer table, ByteBuffer row, ByteBuffer family, ByteBuffer qualifier, ByteBuffer value, TPut put, org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.checkAndPut_call> resultHandler)
           
 int TPut.compareTo(TPut other)
           
 boolean TPut.equals(TPut that)
           
 void THBaseService.Iface.put(ByteBuffer table, TPut put)
          Commit a TPut to a table.
 void THBaseService.Client.put(ByteBuffer table, TPut put)
           
 void THBaseService.AsyncIface.put(ByteBuffer table, TPut put, org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.put_call> resultHandler)
           
 void THBaseService.AsyncClient.put(ByteBuffer table, TPut put, org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.put_call> resultHandler)
           
static TMutation TMutation.put(TPut value)
           
 void THBaseService.Client.send_checkAndPut(ByteBuffer table, ByteBuffer row, ByteBuffer family, ByteBuffer qualifier, ByteBuffer value, TPut put)
           
 void THBaseService.Client.send_put(ByteBuffer table, TPut put)
           
 void TMutation.setPut(TPut value)
           
 THBaseService.put_args THBaseService.put_args.setPut(TPut put)
          the TPut to put
 THBaseService.checkAndPut_args THBaseService.checkAndPut_args.setPut(TPut put)
          the TPut to put if the check succeeds
 

Method parameters in org.apache.hadoop.hbase.thrift2.generated with type arguments of type TPut
 void THBaseService.Iface.putMultiple(ByteBuffer table, List<TPut> puts)
          Commit a List of Puts to the table.
 void THBaseService.Client.putMultiple(ByteBuffer table, List<TPut> puts)
           
 void THBaseService.AsyncIface.putMultiple(ByteBuffer table, List<TPut> puts, org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.putMultiple_call> resultHandler)
           
 void THBaseService.AsyncClient.putMultiple(ByteBuffer table, List<TPut> puts, org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.putMultiple_call> resultHandler)
           
 void THBaseService.Client.send_putMultiple(ByteBuffer table, List<TPut> puts)
           
 THBaseService.putMultiple_args THBaseService.putMultiple_args.setPuts(List<TPut> puts)
          a list of TPuts to commit
 

Constructors in org.apache.hadoop.hbase.thrift2.generated with parameters of type TPut
THBaseService.AsyncClient.checkAndPut_call(ByteBuffer table, ByteBuffer row, ByteBuffer family, ByteBuffer qualifier, ByteBuffer value, TPut put, org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.checkAndPut_call> 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 put, org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.put_call> 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 put)
           
THBaseService.put_args(ByteBuffer table, TPut put)
           
TPut(TPut other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.hadoop.hbase.thrift2.generated with type arguments of type TPut
THBaseService.AsyncClient.putMultiple_call(ByteBuffer table, List<TPut> puts, org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.putMultiple_call> 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> puts)
           
 



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