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

Packages that use HRegionLocation
org.apache.hadoop.hbase.client   
 

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

Fields in org.apache.hadoop.hbase.client declared as HRegionLocation
protected  HRegionLocation ServerCallable.location
           
 

Methods in org.apache.hadoop.hbase.client that return HRegionLocation
 HRegionLocation HTable.getRegionLocation(byte[] row)
          Find region location hosting passed row using cached info
 HRegionLocation HConnection.getRegionLocation(byte[] tableName, byte[] row, boolean reload)
          Find region location hosting passed row
 HRegionLocation HTable.getRegionLocation(String row)
          Find region location hosting passed row using cached info
 HRegionLocation HConnection.locateRegion(byte[] tableName, byte[] row)
          Find the location of the region of tableName that row lives in.
 HRegionLocation HConnection.relocateRegion(byte[] tableName, byte[] row)
          Find the location of the region of tableName that row lives in, ignoring any value that might be in the cache.
 

Methods in org.apache.hadoop.hbase.client with parameters of type HRegionLocation
 void ServerConnection.setRootRegionLocation(HRegionLocation rootRegion)
          Set root region location in connection
 



Copyright © 2008 The Apache Software Foundation