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

Packages that use HbaseMapWritable
org.apache.hadoop.hbase   
 

Uses of HbaseMapWritable in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return HbaseMapWritable
protected  HbaseMapWritable HMaster.createConfigurationSubset()
           
 HbaseMapWritable HRegionServer.getClosestRowBefore(org.apache.hadoop.io.Text regionName, org.apache.hadoop.io.Text row)
          Return all the data for the row that matches row exactly, or the one that immediately preceeds it.
 HbaseMapWritable HRegionInterface.getClosestRowBefore(org.apache.hadoop.io.Text regionName, org.apache.hadoop.io.Text row)
          Return all the data for the row that matches row exactly, or the one that immediately preceeds it.
 HbaseMapWritable HRegionServer.getRow(org.apache.hadoop.io.Text regionName, org.apache.hadoop.io.Text row)
          Get all the data for the specified row
 HbaseMapWritable HRegionInterface.getRow(org.apache.hadoop.io.Text regionName, org.apache.hadoop.io.Text row)
          Get all the data for the specified row
 HbaseMapWritable HRegionServer.getRow(org.apache.hadoop.io.Text regionName, org.apache.hadoop.io.Text row, long ts)
          Get all the data for the specified row at a given timestamp
 HbaseMapWritable HRegionInterface.getRow(org.apache.hadoop.io.Text regionName, org.apache.hadoop.io.Text row, long ts)
          Get all the data for the specified row at a given timestamp
 HbaseMapWritable HRegionServer.next(long scannerId)
          Get the next set of values
 HbaseMapWritable HRegionInterface.next(long scannerId)
          Get the next set of values
 HbaseMapWritable HMasterRegionInterface.regionServerStartup(HServerInfo info)
          Called when a region server first starts
 HbaseMapWritable HMaster.regionServerStartup(HServerInfo serverInfo)
          Called when a region server first starts
 

Methods in org.apache.hadoop.hbase with parameters of type HbaseMapWritable
protected  org.apache.hadoop.hbase.HMaster.RowMap HMaster.toRowMap(HbaseMapWritable mw)
           
 



Copyright © 2008 The Apache Software Foundation