Class TestHbckMetricsResource.ClassSetup
java.lang.Object
org.junit.rules.ExternalResource
org.apache.hadoop.hbase.master.http.TestHbckMetricsResource.ClassSetup
- All Implemented Interfaces:
org.junit.rules.TestRule
- Enclosing class:
- TestHbckMetricsResource
private static final class TestHbckMetricsResource.ClassSetup
extends org.junit.rules.ExternalResource
-
Field Summary
Modifier and TypeFieldDescriptionprivate org.apache.hadoop.hbase.client.AsyncAdmin
private final Supplier<org.apache.hadoop.hbase.client.AsyncConnection>
private final org.apache.hadoop.hbase.TableName
private org.apache.hbase.thirdparty.javax.ws.rs.client.WebTarget
-
Constructor Summary
ConstructorDescriptionClassSetup
(Supplier<org.apache.hadoop.hbase.client.AsyncConnection> connectionSupplier) -
Method Summary
Methods inherited from class org.junit.rules.ExternalResource
apply
-
Field Details
-
connectionSupplier
-
tableName
-
admin
-
target
-
-
Constructor Details
-
ClassSetup
-
-
Method Details
-
getTarget
-
before
- Overrides:
before
in classorg.junit.rules.ExternalResource
- Throws:
Throwable
-
after
- Overrides:
after
in classorg.junit.rules.ExternalResource
-