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

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

Uses of HRegionLocation in org.apache.hadoop.hbase
 

Fields in org.apache.hadoop.hbase with type parameters of type HRegionLocation
protected  SortedMap<Text,HRegionLocation> HTable.tableServers
           
 

Methods in org.apache.hadoop.hbase that return types with arguments of type HRegionLocation
 SortedMap<Text,HRegionLocation> HConnection.getTableServers(Text tableName)
          Gets the servers of the given table.
 SortedMap<Text,HRegionLocation> HConnection.reloadTableServers(Text tableName)
          Reloads servers for the specified table.
 



Copyright © 2006 The Apache Software Foundation