public final class TraceTestUtil extends Object
| Modifier | Constructor and Description | 
|---|---|
private  | 
TraceTestUtil()  | 
| Modifier and Type | Method and Description | 
|---|---|
static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> | 
buildConnectionAttributesMatcher(org.apache.hadoop.hbase.client.AsyncConnectionImpl conn)
All  
Spans involving conn should include these attributes. | 
static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> | 
buildConnectionAttributesMatcher(org.apache.hadoop.hbase.client.ConnectionImplementation conn)
All  
Spans involving conn should include these attributes. | 
static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> | 
buildTableAttributesMatcher(org.apache.hadoop.hbase.TableName tableName)
All  
Spans involving tableName should include these attributes. | 
private TraceTestUtil()
public static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> buildConnectionAttributesMatcher(org.apache.hadoop.hbase.client.AsyncConnectionImpl conn)
Spans involving conn should include these attributes.public static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> buildConnectionAttributesMatcher(org.apache.hadoop.hbase.client.ConnectionImplementation conn)
Spans involving conn should include these attributes.public static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> buildTableAttributesMatcher(org.apache.hadoop.hbase.TableName tableName)
Spans involving tableName should include these attributes.Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.