Package org.apache.hadoop.hbase.client
Class TestAsyncMetaRegionLocator.Setup
java.lang.Object
org.junit.rules.ExternalResource
org.apache.hadoop.hbase.client.TestAsyncMetaRegionLocator.Setup
- All Implemented Interfaces:
org.junit.rules.TestRule
- Enclosing class:
- TestAsyncMetaRegionLocator
private static final class TestAsyncMetaRegionLocator.Setup
extends org.junit.rules.ExternalResource
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ConnectionRule
private boolean
private org.apache.hadoop.hbase.client.AsyncMetaRegionLocator
private final MiniClusterRule
private org.apache.hadoop.hbase.client.ConnectionRegistry
private HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Methods inherited from class org.junit.rules.ExternalResource
apply
-
Field Details
-
miniClusterRule
-
connectionRule
-
initialized
-
testUtil
-
locator
-
registry
-
-
Constructor Details
-
Setup
-
-
Method Details
-
getTestingUtility
-
getLocator
-
assertInitialized
-
before
- Overrides:
before
in classorg.junit.rules.ExternalResource
- Throws:
Throwable
-
after
- Overrides:
after
in classorg.junit.rules.ExternalResource
-