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.
|
Copyright © 2010-2017, The Async HBase Authors