Uses of Interface
org.apache.hadoop.hbase.HRegionInterface

Packages that use HRegionInterface
org.apache.hadoop.hbase   
 

Uses of HRegionInterface in org.apache.hadoop.hbase
 

Classes in org.apache.hadoop.hbase that implement HRegionInterface
 class HRegionServer
          HRegionServer makes a set of HRegions available to clients.
 

Methods in org.apache.hadoop.hbase that return HRegionInterface
 HRegionInterface HConnection.getHRegionConnection(HServerAddress regionServer)
          Establishes a connection to the region server at the specified address.
 

Methods in org.apache.hadoop.hbase with parameters of type HRegionInterface
protected  void HMaster.deleteEmptyMetaRows(HRegionInterface server, org.apache.hadoop.io.Text metaRegionName, List<org.apache.hadoop.io.Text> emptyRows)
           
 



Copyright © 2008 The Apache Software Foundation