Package org.apache.hadoop.hbase.client
Interface RegionReplicaTestHelper.Locator
- Enclosing class:
- RegionReplicaTestHelper
static interface RegionReplicaTestHelper.Locator
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.RegionLocationsgetRegionLocations(org.apache.hadoop.hbase.TableName tableName, int replicaId, boolean reload) voidupdateCachedLocationOnError(org.apache.hadoop.hbase.HRegionLocation loc, Throwable error) 
- 
Method Details- 
getRegionLocationsorg.apache.hadoop.hbase.RegionLocations getRegionLocations(org.apache.hadoop.hbase.TableName tableName, int replicaId, boolean reload) throws Exception - Throws:
- Exception
 
- 
updateCachedLocationOnErrorvoid updateCachedLocationOnError(org.apache.hadoop.hbase.HRegionLocation loc, Throwable error) throws Exception - Throws:
- Exception
 
 
-