Package | Description |
---|---|
org.hbase.async |
Modifier and Type | Method and Description |
---|---|
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,
MapRThreadPool cbq) |
Copyright ? 2010-2019, The Async HBase Authors