|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HRegionLocation | |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client | Provides HBase Client |
Uses of HRegionLocation in org.apache.hadoop.hbase |
---|
Methods in org.apache.hadoop.hbase with parameters of type HRegionLocation | |
---|---|
int |
HRegionLocation.compareTo(HRegionLocation o)
|
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)
Finds the region on which the given row is being served. |
HRegionLocation |
HTable.getRegionLocation(byte[] row,
boolean reload)
Finds the region on which the given row is being served. |
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[] regionName)
Gets the location of the region of regionName. |
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 that return types with arguments of type HRegionLocation | |
---|---|
List<HRegionLocation> |
HTable.getRegionsInRange(byte[] startKey,
byte[] endKey)
Get the corresponding regions for an arbitrary range of keys. |
List<HRegionLocation> |
HTable.getRegionsInRange(byte[] startKey,
byte[] endKey,
boolean reload)
Get the corresponding regions for an arbitrary range of keys. |
List<HRegionLocation> |
HConnection.locateRegions(byte[] tableName)
Gets the locations of all regions in the specified table, tableName. |
List<HRegionLocation> |
HConnection.locateRegions(byte[] tableName,
boolean useCache,
boolean offlined)
Gets the locations of all regions in the specified table, tableName. |
Methods in org.apache.hadoop.hbase.client with parameters of type HRegionLocation | |
---|---|
void |
HConnection.deleteCachedRegionLocation(HRegionLocation location)
Deletes cached locations for the specific region. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |