Uses of Class
org.apache.hadoop.hbase.HServerAddress

Packages that use HServerAddress
org.apache.hadoop.hbase Provides HBase, the Hadoop simple database. 
 

Uses of HServerAddress in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return HServerAddress
 HServerAddress HMaster.findRootRegion()
          
 HServerAddress HMasterInterface.findRootRegion()
           
 HServerAddress HMaster.getMasterAddress()
           
 HServerAddress HServerInfo.getServerAddress()
           
 HServerAddress HClient.RegionLocation.getServerAddress()
           
 

Methods in org.apache.hadoop.hbase with parameters of type HServerAddress
protected  HRegionInterface HClient.getHRegionConnection(HServerAddress regionServer)
          Establishes a connection to the region server at the specified address.
 

Constructors in org.apache.hadoop.hbase with parameters of type HServerAddress
HMaster(Path dir, HServerAddress address, Configuration conf)
          Build the HMaster
HRegionServer(Path rootDir, HServerAddress address, Configuration conf)
          Starts a HRegionServer at the specified location
HServerAddress(HServerAddress other)
          Construct a HServerAddress from another HServerAddress
HServerInfo(HServerAddress serverAddress, long startCode)
           
 



Copyright © 2006 The Apache Software Foundation