Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client | |
org.apache.hadoop.hbase.master.http | |
org.apache.hadoop.hbase.master.procedure |
Modifier and Type | Field and Description |
---|---|
ConnectionRule |
TestShellExecEndpointCoprocessor.connectionRule |
Modifier and Type | Method and Description |
---|---|
static ConnectionRule |
ConnectionRule.createAsyncConnectionRule(Supplier<CompletableFuture<org.apache.hadoop.hbase.client.AsyncConnection>> asyncConnectionSupplier) |
static ConnectionRule |
ConnectionRule.createConnectionRule(Supplier<org.apache.hadoop.hbase.client.Connection> connectionSupplier) |
static ConnectionRule |
ConnectionRule.createConnectionRule(Supplier<org.apache.hadoop.hbase.client.Connection> connectionSupplier,
Supplier<CompletableFuture<org.apache.hadoop.hbase.client.AsyncConnection>> asyncConnectionSupplier) |
Modifier and Type | Field and Description |
---|---|
protected static ConnectionRule |
AbstractTestAsyncTableScan.connectionRule |
private ConnectionRule |
TestAsyncMetaRegionLocator.Setup.connectionRule |
private static ConnectionRule |
TestResultScannerTracing.connectionRule |
Constructor and Description |
---|
Setup(ConnectionRule connectionRule,
MiniClusterRule miniClusterRule) |
Modifier and Type | Field and Description |
---|---|
private static ConnectionRule |
TestApiV1ClusterMetricsResource.connectionRule |
private ConnectionRule |
TestMetaBrowser.connectionRule |
Modifier and Type | Field and Description |
---|---|
protected static ConnectionRule |
TestProcedureTracing.connectionRule |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.