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

Packages that use HRegionInterface
org.apache.hadoop.hbase.client   
org.apache.hadoop.hbase.ipc   
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.transactional   
org.apache.hadoop.hbase.util.migration.v5 Package of classes used instantiating objects written with pre-version 5 versions of HBase. 
 

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 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.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.transactional
 

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

Uses of HRegionInterface in org.apache.hadoop.hbase.util.migration.v5
 

Methods in org.apache.hadoop.hbase.util.migration.v5 with parameters of type HRegionInterface
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.
 



Copyright © 2008 The Apache Software Foundation