Uses of Class
org.hbase.async.PutRequest

Packages that use PutRequest
org.hbase.async   
 

Uses of PutRequest in org.hbase.async
 

Methods in org.hbase.async with parameters of type PutRequest
 com.stumbleupon.async.Deferred<Boolean> HBaseClient.atomicCreate(PutRequest edit)
          Atomically insert a new cell in HBase.
 com.stumbleupon.async.Deferred<Boolean> HBaseClient.compareAndSet(PutRequest edit, byte[] expected)
          Atomic Compare-And-Set (CAS) on a single cell.
 com.stumbleupon.async.Deferred<Boolean> HBaseClient.compareAndSet(PutRequest edit, String expected)
          Atomic Compare-And-Set (CAS) on a single cell.
 com.stumbleupon.async.Deferred<Object> HBaseClient.put(PutRequest request)
          Stores data in HBase.
static com.mapr.fs.jni.MapRPut MapRConverter.toMapRPut(PutRequest put, com.mapr.fs.MapRHTable mtable, String family, MapRThreadPool cbq)
           
 



Copyright © 2010-2015, The Async HBase Authors