public class TestTracingBase extends Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
TestTracingBase.RegistryForTracingTest |
Modifier and Type | Field and Description |
---|---|
protected org.apache.hadoop.conf.Configuration |
conf |
private static org.slf4j.Logger |
LOG |
protected static org.apache.hadoop.hbase.ServerName |
MASTER_HOST |
protected static org.apache.hadoop.hbase.RegionLocations |
META_REGION_LOCATION |
static io.opentelemetry.sdk.testing.junit4.OpenTelemetryRule |
TRACE_RULE |
Constructor and Description |
---|
TestTracingBase() |
Modifier and Type | Method and Description |
---|---|
protected void |
assertTrace(String className,
String methodName,
org.apache.hadoop.hbase.ServerName serverName,
org.apache.hadoop.hbase.TableName tableName) |
void |
setUp() |
protected io.opentelemetry.sdk.trace.data.SpanData |
waitSpan(org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> matcher) |
protected io.opentelemetry.sdk.trace.data.SpanData |
waitSpan(String name) |
private static final org.slf4j.Logger LOG
protected static final org.apache.hadoop.hbase.ServerName MASTER_HOST
protected static final org.apache.hadoop.hbase.RegionLocations META_REGION_LOCATION
protected org.apache.hadoop.conf.Configuration conf
public static io.opentelemetry.sdk.testing.junit4.OpenTelemetryRule TRACE_RULE
public TestTracingBase()
protected void assertTrace(String className, String methodName, org.apache.hadoop.hbase.ServerName serverName, org.apache.hadoop.hbase.TableName tableName)
protected io.opentelemetry.sdk.trace.data.SpanData waitSpan(org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> matcher)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.