Uses of Class
org.apache.hadoop.hbase.io.HbaseMapWritable

Packages that use HbaseMapWritable
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.io   
 

Uses of HbaseMapWritable in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client with parameters of type HbaseMapWritable
 boolean HTable.checkAndSave(BatchUpdate batchUpdate, HbaseMapWritable<byte[],byte[]> expectedValues, RowLock rl)
          Deprecated. As of hbase 0.20.0, replaced by HTable.checkAndPut(byte[], byte[], byte[], byte[], org.apache.hadoop.hbase.client.Put)
 

Uses of HbaseMapWritable in org.apache.hadoop.hbase.io
 

Methods in org.apache.hadoop.hbase.io that return HbaseMapWritable
static HbaseMapWritable<byte[],Cell> Cell.createCells(List<KeyValue> results)
          Deprecated.  
 

Constructors in org.apache.hadoop.hbase.io with parameters of type HbaseMapWritable
RowResult(byte[] row, HbaseMapWritable<byte[],Cell> m)
          Deprecated. Create a RowResult from a row and Cell map
 



Copyright © 2010 The Apache Software Foundation