public class TestAsyncConnectionTracing extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
CONF |
private org.apache.hadoop.hbase.client.AsyncConnection |
conn |
private org.apache.hadoop.hbase.ServerName |
masterServer |
io.opentelemetry.sdk.testing.junit4.OpenTelemetryRule |
traceRule |
| Constructor and Description |
|---|
TestAsyncConnectionTracing() |
| Modifier and Type | Method and Description |
|---|---|
private void |
assertTrace(String methodName,
org.apache.hadoop.hbase.ServerName serverName) |
void |
setUp() |
void |
tearDown() |
void |
testClose() |
void |
testHbck() |
void |
testHbckWithServerName() |
public static final HBaseClassTestRule CLASS_RULE
private static org.apache.hadoop.conf.Configuration CONF
private org.apache.hadoop.hbase.ServerName masterServer
private org.apache.hadoop.hbase.client.AsyncConnection conn
public io.opentelemetry.sdk.testing.junit4.OpenTelemetryRule traceRule
public TestAsyncConnectionTracing()
public void setUp() throws IOException
IOExceptionpublic void tearDown() throws IOException
IOExceptionprivate void assertTrace(String methodName, org.apache.hadoop.hbase.ServerName serverName)
public void testHbck()
public void testHbckWithServerName() throws IOException
IOExceptionpublic void testClose() throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.