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

Packages that use HServerAddress
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.avro Provides an HBase Avro service. 
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.replication Multi Cluster Replication 
org.apache.hadoop.hbase.zookeeper   
 

Uses of HServerAddress in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return HServerAddress
 HServerAddress HServerInfo.getServerAddress()
           
 HServerAddress HRegionLocation.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)
           
 

Constructors in org.apache.hadoop.hbase with parameters of type HServerAddress
HRegionLocation(HRegionInfo regionInfo, HServerAddress serverAddress)
          Constructor
HServerAddress(HServerAddress other)
          Copy-constructor.
HServerInfo(HServerAddress serverAddress, int infoPort, String hostname)
          Constructor that creates a HServerInfo with a generated startcode and an empty load.
HServerInfo(HServerAddress serverAddress, long startCode, int infoPort, String hostname)
           
 

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

Methods in org.apache.hadoop.hbase.avro with parameters of type HServerAddress
static AServerAddress AvroUtil.hsaToASA(HServerAddress hsa)
           
 

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

Fields in org.apache.hadoop.hbase.client declared as HServerAddress
 HServerAddress MultiPut.address
           
 

Methods in org.apache.hadoop.hbase.client that return types with arguments of type HServerAddress
 Map<HRegionInfo,HServerAddress> HTable.deserializeRegionInfo(DataInput in)
          Read from in and deserialize the regions information.
 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.
 

Method parameters in org.apache.hadoop.hbase.client with type arguments of type HServerAddress
 void HConnection.prewarmRegionCache(byte[] tableName, Map<HRegionInfo,HServerAddress> regions)
          Load the region map and warm up the global region cache for the table.
 void HTable.prewarmRegionCache(Map<HRegionInfo,HServerAddress> regionMap)
          Save the passed region information and the table's regions cache.
 

Constructors in org.apache.hadoop.hbase.client with parameters of type HServerAddress
MultiPut(HServerAddress a)
          MultiPut for putting multiple regions worth of puts in one RPC.
 

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

Methods in org.apache.hadoop.hbase.master that return HServerAddress
 HServerAddress HMaster.getHServerAddress()
           
 HServerAddress HMaster.getMasterAddress()
           
 HServerAddress RegionManager.getRootRegionLocation()
          Get the root region location.
 HServerAddress MetaRegion.getServer()
           
 

Methods in org.apache.hadoop.hbase.master with parameters of type HServerAddress
 HServerInfo ServerManager.getHServerInfo(HServerAddress hsa)
           
 boolean RegionManager.isMetaServer(HServerAddress server)
          Does this server have any META regions open on it, or any meta regions being assigned to it?
 boolean RegionManager.isRootServer(HServerAddress server)
           
 List<byte[]> RegionManager.listMetaRegionsForServer(HServerAddress server)
          Returns the list of byte[] start-keys for any .META.
 boolean RegionManager.offlineMetaServer(HServerAddress server)
          Call to take this metaserver offline for immediate reassignment.
 void RegionManager.setRootRegionLocation(HServerAddress address)
          Set the root region location.
 void RegionManager.startAction(byte[] regionName, HRegionInfo info, HServerAddress server, HConstants.Modify op)
           
 

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

Methods in org.apache.hadoop.hbase.replication that return types with arguments of type HServerAddress
 List<HServerAddress> ReplicationZookeeperWrapper.getPeersAddresses(String peerClusterId)
          Returns all region servers from given peer
 

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.scanAddressDirectory(String znode, org.apache.zookeeper.Watcher watcher)
          Scan a directory of address data.
 List<HServerAddress> ZooKeeperWrapper.scanRSDirectory()
          Scans the regions servers directory
 List<HServerAddress> ZooKeeperWrapper.scanRSDirectory(org.apache.zookeeper.Watcher watcher)
          Scans the regions servers directory and sets a watch on each znode
 

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 Apache Software Foundation. All Rights Reserved.