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)
          Gets a connection to the server hosting meta, as reported by ZooKeeper, waiting up to the specified timeout for availability.
 HRegionInterface CatalogTracker.waitForMetaServerConnectionDefault()
          Gets a connection to the server hosting meta, as reported by ZooKeeper, waiting up to the specified timeout for availability.
 HRegionInterface CatalogTracker.waitForRootServerConnection(long timeout)
          Gets a connection to the server hosting root, as reported by ZooKeeper, waiting up to the specified timeout for availability.
 HRegionInterface CatalogTracker.waitForRootServerConnectionDefault()
          Gets a connection to the server hosting root, as reported by ZooKeeper, waiting for the default timeout specified on instantiation.
 

Methods in org.apache.hadoop.hbase.catalog with parameters of type HRegionInterface
static HServerAddress MetaReader.readMetaLocation(HRegionInterface metaServer)
          Reads the location of META from ROOT.
 

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.
 HRegionInterface HConnection.getHRegionConnection(HServerAddress regionServer, 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 © 2011 The Apache Software Foundation. All Rights Reserved.