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

Packages that use HRegionInterface
org.apache.hadoop.hbase.client   
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.tableindexed   
org.apache.hadoop.hbase.regionserver.transactional   
 

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

Fields in org.apache.hadoop.hbase.client declared as HRegionInterface
protected  HRegionInterface ServerCallable.server
           
 

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

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

Subinterfaces of HRegionInterface in org.apache.hadoop.hbase.ipc
 interface IndexedRegionInterface
          Interface for the indexed region server.
 interface TransactionalRegionInterface
          Interface for transactional region servers.
 

Uses of HRegionInterface in org.apache.hadoop.hbase.master
 

Methods in org.apache.hadoop.hbase.master with parameters of type HRegionInterface
protected  void HMaster.deleteEmptyMetaRows(HRegionInterface s, byte[] metaRegionName, List<byte[]> emptyRows)
           
 

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

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

Methods in org.apache.hadoop.hbase.regionserver with parameters of type HRegionInterface
static void HRegion.cleanRegionInMETA(HRegionInterface srvr, byte[] metaRegionName, HRegionInfo info)
          Clean COL_SERVER and COL_STARTCODE for passed info in .META.
static void HRegion.offlineRegionInMETA(HRegionInterface srvr, byte[] metaRegionName, HRegionInfo info)
          Utility method used by HMaster marking regions offlined.
static void HRegion.removeRegionFromMETA(HRegionInterface srvr, byte[] metaRegionName, byte[] regionName)
          Delete a region's meta information from the passed meta region.
 

Uses of HRegionInterface in org.apache.hadoop.hbase.regionserver.tableindexed
 

Classes in org.apache.hadoop.hbase.regionserver.tableindexed that implement HRegionInterface
 class IndexedRegionServer
          RegionServer which maintains secondary indexes.
 

Uses of HRegionInterface in org.apache.hadoop.hbase.regionserver.transactional
 

Classes in org.apache.hadoop.hbase.regionserver.transactional that implement HRegionInterface
 class TransactionalRegionServer
          RegionServer with support for transactions.
 



Copyright © 2008 The Apache Software Foundation