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

Packages that use HbaseMapWritable
org.apache.hadoop.hbase.client   
org.apache.hadoop.hbase.io   
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.regionserver   
 

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)
          Atomically checks if a row's values match the expectedValues.
 

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

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

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

Methods in org.apache.hadoop.hbase.ipc with parameters of type HbaseMapWritable
 boolean HRegionInterface.checkAndSave(byte[] regionName, BatchUpdate b, HbaseMapWritable<byte[],byte[]> expectedValues)
          Applies a batch of updates to one row atomically via one RPC if the columns specified in expectedValues match the given values in expectedValues
 

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

Methods in org.apache.hadoop.hbase.regionserver that return HbaseMapWritable
 HbaseMapWritable<byte[],Cell> HRegion.getFull(byte[] row, Set<byte[]> columns, long ts, int numVersions, Integer lockid)
          Fetch all the columns for the indicated row at a specified timestamp.
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type HbaseMapWritable
 boolean HRegion.checkAndSave(BatchUpdate b, HbaseMapWritable<byte[],byte[]> expectedValues, Integer lockid, boolean writeToWAL)
          Performs an atomic check and save operation.
 boolean HRegionServer.checkAndSave(byte[] regionName, BatchUpdate b, HbaseMapWritable<byte[],byte[]> expectedValues)
           
 



Copyright © 2008 The Apache Software Foundation