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
IOException
public void tearDown() throws IOException
IOException
private void assertTrace(String methodName, org.apache.hadoop.hbase.ServerName serverName)
public void testHbck()
public void testHbckWithServerName() throws IOException
IOException
public void testClose() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.