Uses of Class
org.hbase.async.KeyValue

Packages that use KeyValue
org.hbase.async   
 

Uses of KeyValue in org.hbase.async
 

Methods in org.hbase.async that return KeyValue
static KeyValue KeyValue.fromBuffer(org.jboss.netty.buffer.ChannelBuffer buf, KeyValue prev)
          De-serializes KeyValue from a buffer (HBase 0.94 and before).
 

Methods in org.hbase.async that return types with arguments of type KeyValue
 com.stumbleupon.async.Deferred<ArrayList<KeyValue>> HBaseClient.get(GetRequest request)
          Retrieves data from HBase.
 com.stumbleupon.async.Deferred<ArrayList<ArrayList<KeyValue>>> Scanner.nextRows()
          Scans a number of rows.
 com.stumbleupon.async.Deferred<ArrayList<ArrayList<KeyValue>>> Scanner.nextRows(int nrows)
          Scans a number of rows.
static ArrayList<KeyValue> MapRConverter.toAsyncHBaseResult(com.mapr.fs.jni.MapRResult mresult, byte[] key, com.mapr.fs.MapRHTable htable)
           
 

Methods in org.hbase.async with parameters of type KeyValue
 int KeyValue.compareTo(KeyValue other)
           
static KeyValue KeyValue.fromBuffer(org.jboss.netty.buffer.ChannelBuffer buf, KeyValue prev)
          De-serializes KeyValue from a buffer (HBase 0.94 and before).
 

Constructors in org.hbase.async with parameters of type KeyValue
DeleteRequest(byte[] table, KeyValue kv)
          Constructor to delete a specific cell.
DeleteRequest(byte[] table, KeyValue kv, RowLock lock)
          Constructor to delete a specific cell with an explicit row lock.
PutRequest(byte[] table, KeyValue kv)
          Constructor from a KeyValue.
PutRequest(byte[] table, KeyValue kv, RowLock lock)
          Constructor from a KeyValue with an explicit row lock.
 



Copyright © 2010-2015, The Async HBase Authors