Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
int |
HRegionLocation.compareTo(HRegionLocation o) |
Modifier and Type | Field and Description |
---|---|
protected HRegionLocation |
RegionServerCallable.location |
Modifier and Type | Method and Description |
---|---|
protected HRegionLocation |
RegionServerCallable.getLocation() |
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)
Deprecated.
|
HRegionLocation |
HConnectionManager.HConnectionImplementation.getRegionLocation(byte[] tableName,
byte[] row,
boolean reload) |
HRegionLocation |
HTable.getRegionLocation(String row)
Find region location hosting passed row using cached info
|
HRegionLocation |
HConnection.getRegionLocation(TableName tableName,
byte[] row,
boolean reload)
Find region location hosting passed row
|
HRegionLocation |
HConnectionManager.HConnectionImplementation.getRegionLocation(TableName tableName,
byte[] row,
boolean reload) |
HRegionLocation |
HConnection.locateRegion(byte[] regionName)
Gets the location of the region of regionName.
|
HRegionLocation |
HConnectionManager.HConnectionImplementation.locateRegion(byte[] regionName) |
HRegionLocation |
HConnection.locateRegion(byte[] tableName,
byte[] row)
Deprecated.
|
HRegionLocation |
HConnectionManager.HConnectionImplementation.locateRegion(byte[] tableName,
byte[] row) |
HRegionLocation |
HConnection.locateRegion(TableName tableName,
byte[] row)
Find the location of the region of tableName that row
lives in.
|
HRegionLocation |
HConnectionManager.HConnectionImplementation.locateRegion(TableName tableName,
byte[] row) |
HRegionLocation |
HConnection.relocateRegion(byte[] tableName,
byte[] row)
Deprecated.
|
HRegionLocation |
HConnectionManager.HConnectionImplementation.relocateRegion(byte[] tableName,
byte[] row) |
HRegionLocation |
HConnection.relocateRegion(TableName tableName,
byte[] row)
Find the location of the region of tableName that row
lives in, ignoring any value that might be in the cache.
|
HRegionLocation |
HConnectionManager.HConnectionImplementation.relocateRegion(TableName tableName,
byte[] row) |
Modifier and Type | Method and Description |
---|---|
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)
Deprecated.
|
List<HRegionLocation> |
HConnectionManager.HConnectionImplementation.locateRegions(byte[] tableName) |
List<HRegionLocation> |
HConnection.locateRegions(byte[] tableName,
boolean useCache,
boolean offlined)
Deprecated.
|
List<HRegionLocation> |
HConnectionManager.HConnectionImplementation.locateRegions(byte[] tableName,
boolean useCache,
boolean offlined) |
List<HRegionLocation> |
HConnection.locateRegions(TableName tableName)
Gets the locations of all regions in the specified table, tableName.
|
List<HRegionLocation> |
HConnectionManager.HConnectionImplementation.locateRegions(TableName tableName) |
List<HRegionLocation> |
HConnection.locateRegions(TableName tableName,
boolean useCache,
boolean offlined)
Gets the locations of all regions in the specified table, tableName.
|
List<HRegionLocation> |
HConnectionManager.HConnectionImplementation.locateRegions(TableName tableName,
boolean useCache,
boolean offlined) |
Modifier and Type | Method and Description |
---|---|
void |
HConnection.deleteCachedRegionLocation(HRegionLocation location)
Deletes cached locations for the specific region.
|
void |
HConnectionManager.HConnectionImplementation.deleteCachedRegionLocation(HRegionLocation location) |
protected void |
RegionServerCallable.setLocation(HRegionLocation location) |
void |
HConnection.updateCachedLocations(byte[] tableName,
byte[] rowkey,
Object exception,
HRegionLocation source)
Deprecated.
|
void |
HConnectionManager.HConnectionImplementation.updateCachedLocations(byte[] tableName,
byte[] rowkey,
Object exception,
HRegionLocation source) |
void |
HConnection.updateCachedLocations(TableName tableName,
byte[] rowkey,
Object exception,
HRegionLocation source)
Update the location cache.
|
void |
HConnectionManager.HConnectionImplementation.updateCachedLocations(TableName tableName,
byte[] rowkey,
Object exception,
HRegionLocation source)
Update the location with the new value (if the exception is a RegionMovedException)
or delete it from the cache.
|
static <T> T |
ResultStatsUtil.updateStats(T r,
ServerStatisticTracker stats,
HRegionLocation regionLocation) |
Constructor and Description |
---|
HTableMultiplexer.HTableMultiplexerStatus(Map<HRegionLocation,org.apache.hadoop.hbase.client.HTableMultiplexer.FlushWorker> serverToFlushWorkerMap) |
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.