Class TraceTestUtil
java.lang.Object
org.apache.hadoop.hbase.client.trace.hamcrest.TraceTestUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData>
buildConnectionAttributesMatcher
(org.apache.hadoop.hbase.client.AsyncConnectionImpl conn) AllSpan
s involvingconn
should include these attributes.static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData>
buildTableAttributesMatcher
(org.apache.hadoop.hbase.TableName tableName) AllSpan
s involvingtableName
should include these attributes.
-
Constructor Details
-
TraceTestUtil
private TraceTestUtil()
-
-
Method Details
-
buildConnectionAttributesMatcher
public static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> buildConnectionAttributesMatcher(org.apache.hadoop.hbase.client.AsyncConnectionImpl conn) AllSpan
s involvingconn
should include these attributes. -
buildTableAttributesMatcher
public static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> buildTableAttributesMatcher(org.apache.hadoop.hbase.TableName tableName) AllSpan
s involvingtableName
should include these attributes.
-