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