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

Packages that use HServerAddress
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.zookeeper   
 

Uses of HServerAddress in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return HServerAddress
 HServerAddress HRegionLocation.getServerAddress()
           
 HServerAddress HServerInfo.getServerAddress()
           
 

Methods in org.apache.hadoop.hbase with parameters of type HServerAddress
 int HServerAddress.compareTo(HServerAddress o)
           
static String HServerInfo.getServerName(HServerAddress address, long startCode)
           
 void HServerInfo.setServerAddress(HServerAddress serverAddress)
          Change the server address.
 

Constructors in org.apache.hadoop.hbase with parameters of type HServerAddress
HRegionLocation(HRegionInfo regionInfo, HServerAddress serverAddress)
          Constructor
HServerAddress(HServerAddress other)
          Construct a HServerAddress from another HServerAddress
HServerInfo(HServerAddress serverAddress, long startCode, int infoPort, String name)
          Constructor
 

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

Methods in org.apache.hadoop.hbase.client that return types with arguments of type HServerAddress
 Map<HRegionInfo,HServerAddress> HTable.getRegionsInfo()
          Gets all the regions and their address for this table.
 

Methods in org.apache.hadoop.hbase.client with parameters of type HServerAddress
 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 HServerAddress in org.apache.hadoop.hbase.master
 

Methods in org.apache.hadoop.hbase.master that return HServerAddress
 HServerAddress HMaster.getMasterAddress()
           
 HServerAddress HMaster.getRootRegionLocation()
           
 HServerAddress MetaRegion.getServer()
           
 

Methods in org.apache.hadoop.hbase.master that return types with arguments of type HServerAddress
 Map<HServerAddress,HServerInfo> HMaster.getServerAddressToServerInfo()
           
 

Uses of HServerAddress in org.apache.hadoop.hbase.zookeeper
 

Methods in org.apache.hadoop.hbase.zookeeper that return HServerAddress
 HServerAddress ZooKeeperWrapper.readMasterAddress(org.apache.zookeeper.Watcher watcher)
          Read master address and set a watch on it.
 HServerAddress ZooKeeperWrapper.readMasterAddressOrThrow()
          Read address of master server.
 HServerAddress ZooKeeperWrapper.readRootRegionLocation()
          Read location of server storing root region.
 

Methods in org.apache.hadoop.hbase.zookeeper that return types with arguments of type HServerAddress
 List<HServerAddress> ZooKeeperWrapper.scanRSDirectory()
          Scans the regions servers directory
 

Methods in org.apache.hadoop.hbase.zookeeper with parameters of type HServerAddress
 boolean ZooKeeperWrapper.writeMasterAddress(HServerAddress address)
          Write address of master to ZooKeeper.
 boolean ZooKeeperWrapper.writeRootRegionLocation(HServerAddress address)
          Write root region location to ZooKeeper.
 



Copyright © 2010 The Apache Software Foundation