Package org.apache.hadoop.hbase.client
Class TestAsyncTableTracing
java.lang.Object
org.apache.hadoop.hbase.client.TestAsyncTableTracing
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static org.apache.hadoop.conf.Configuration
private org.apache.hadoop.hbase.client.AsyncConnectionImpl
private org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.Interface
private org.apache.hadoop.hbase.client.AsyncTable<org.apache.hadoop.hbase.client.ScanResultConsumer>
io.opentelemetry.sdk.testing.junit4.OpenTelemetryRule
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
assertTrace
(String tableOperation) private void
assertTrace
(String tableOperation, org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> matcher) void
setUp()
void
tearDown()
void
void
void
void
void
private void
testCheckAndMutateBuilder
(org.apache.hadoop.hbase.client.Row op) void
void
void
void
private void
testCheckAndMutateWithFilterBuilder
(org.apache.hadoop.hbase.client.Row op) void
void
void
void
void
void
void
void
void
void
testGet()
void
void
void
void
void
void
void
void
testPut()
void
void
void
testScan()
void
-
Field Details
-
CLASS_RULE
-
CONF
-
stub
-
conn
-
table
private org.apache.hadoop.hbase.client.AsyncTable<org.apache.hadoop.hbase.client.ScanResultConsumer> table -
traceRule
-
-
Constructor Details
-
TestAsyncTableTracing
public TestAsyncTableTracing()
-
-
Method Details
-
setUp
- Throws:
IOException
-
tearDown
- Throws:
IOException
-
assertTrace
-
assertTrace
private void assertTrace(String tableOperation, org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> matcher) -
testExists
-
testGet
-
testPut
-
testDelete
-
testAppend
-
testIncrement
-
testIncrementColumnValue1
-
testIncrementColumnValue2
-
testCheckAndMutate
-
testCheckAndMutateList
-
testCheckAndMutateAll
-
testCheckAndMutateBuilder
-
testCheckAndMutateBuilderThenPut
-
testCheckAndMutateBuilderThenDelete
-
testCheckAndMutateBuilderThenMutations
- Throws:
IOException
-
testCheckAndMutateWithFilterBuilder
-
testCheckAndMutateWithFilterBuilderThenPut
-
testCheckAndMutateWithFilterBuilderThenDelete
-
testCheckAndMutateWithFilterBuilderThenMutations
- Throws:
IOException
-
testMutateRow
- Throws:
IOException
-
testScanAll
-
testScan
- Throws:
Throwable
-
testGetScanner
-
testExistsList
-
testExistsAll
-
testGetList
-
testGetAll
-
testPutList
-
testPutAll
-
testDeleteList
-
testDeleteAll
-
testBatch
-
testBatchAll
-