public class TestAsyncRegionLocatorTracing 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.AsyncConnectionImpl |
conn |
private org.apache.hadoop.hbase.RegionLocations |
locs |
private static org.slf4j.Logger |
LOG |
io.opentelemetry.sdk.testing.junit4.OpenTelemetryRule |
traceRule |
Constructor and Description |
---|
TestAsyncRegionLocatorTracing() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
void |
testClearCache() |
void |
testClearCacheServerName() |
void |
testClearCacheTableName() |
void |
testGetRegionLocation() |
void |
testGetRegionLocations() |
private io.opentelemetry.sdk.trace.data.SpanData |
waitSpan(org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> matcher) |
private io.opentelemetry.sdk.trace.data.SpanData |
waitSpan(String name) |
private static final org.slf4j.Logger LOG
public static final HBaseClassTestRule CLASS_RULE
private static final org.apache.hadoop.conf.Configuration CONF
private org.apache.hadoop.hbase.client.AsyncConnectionImpl conn
private org.apache.hadoop.hbase.RegionLocations locs
public io.opentelemetry.sdk.testing.junit4.OpenTelemetryRule traceRule
public TestAsyncRegionLocatorTracing()
public void setUp() throws IOException
IOException
public void tearDown() throws IOException
IOException
private io.opentelemetry.sdk.trace.data.SpanData waitSpan(org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> matcher)
public void testClearCache()
public void testClearCacheServerName()
public void testClearCacheTableName()
public void testGetRegionLocation()
public void testGetRegionLocations()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.