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

Packages that use HRegionInterface
org.apache.hadoop.hbase.catalog   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.regionserver   
 

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

Methods in org.apache.hadoop.hbase.catalog that return HRegionInterface
 HRegionInterface CatalogTracker.waitForMetaServerConnection(long timeout)
          Deprecated. Does not retry; use an HTable instance instead.
 HRegionInterface CatalogTracker.waitForRootServerConnection(long timeout)
          Deprecated. Use #getRootServerConnection(long)
 

Methods in org.apache.hadoop.hbase.catalog with parameters of type HRegionInterface
static void MetaReader.fullScan(HRegionInterface hRegionInterface, MetaReader.Visitor visitor, byte[] regionName, byte[] startrow)
          Deprecated. Does not retry; use fullScan xxx instead. x
static ServerName MetaReader.readMetaLocation(HRegionInterface metaServer)
          Deprecated. Does not retry; use #getMetaRegionLocation(CatalogTracker)
 

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)
          Deprecated. Use HConnection.getHRegionConnection(String, int)
 HRegionInterface HConnection.getHRegionConnection(HServerAddress regionServer, boolean getMaster)
          Deprecated. Use HConnection.getHRegionConnection(HServerAddress, boolean)
 HRegionInterface HConnection.getHRegionConnection(String hostname, int port)
          Establishes a connection to the region server at the specified address.
 HRegionInterface HConnection.getHRegionConnection(String hostname, int port, boolean getMaster)
          Establishes a connection to the region server at the specified address.
 

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.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.