Package org.apache.hadoop.hbase.client
Class TestHTableTracing
java.lang.Object
org.apache.hadoop.hbase.client.TestTracingBase
org.apache.hadoop.hbase.client.TestHTableTracing
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.client.TestTracingBase
TestTracingBase.RegistryForTracingTest
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private org.apache.hadoop.hbase.client.ConnectionImplementation
private org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface
private org.apache.hadoop.hbase.client.Table
Fields inherited from class org.apache.hadoop.hbase.client.TestTracingBase
conf, MASTER_HOST, META_REGION_LOCATION, TRACE_RULE
-
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
void
void
void
void
void
void
testGet()
void
void
void
void
void
void
testPut()
void
void
Methods inherited from class org.apache.hadoop.hbase.client.TestTracingBase
assertTrace, waitSpan, waitSpan
-
Field Details
-
CLASS_RULE
-
stub
private org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface stub -
conn
-
table
-
-
Constructor Details
-
TestHTableTracing
public TestHTableTracing()
-
-
Method Details
-
setUp
- Overrides:
setUp
in classTestTracingBase
- Throws:
Exception
-
tearDown
- Throws:
IOException
-
assertTrace
-
assertTrace
private void assertTrace(String tableOperation, org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> matcher) -
testPut
- Throws:
IOException
-
testExists
- Throws:
IOException
-
testGet
- Throws:
IOException
-
testDelete
- Throws:
IOException
-
testAppend
- Throws:
IOException
-
testIncrement
- Throws:
IOException
-
testIncrementColumnValue1
- Throws:
IOException
-
testIncrementColumnValue2
- Throws:
IOException
-
testCheckAndMutate
- Throws:
IOException
-
testCheckAndMutateList
- Throws:
IOException
-
testCheckAndMutateAll
- Throws:
IOException
-
testMutateRow
- Throws:
Exception
-
testExistsList
- Throws:
IOException
-
testExistsAll
- Throws:
IOException
-
testGetList
- Throws:
IOException
-
testPutList
- Throws:
IOException
-
testDeleteList
- Throws:
IOException
-
testBatchList
- Throws:
IOException
InterruptedException
-
testTableClose
- Throws:
IOException
-