Package org.apache.hadoop.hbase.client
Class TestAsyncTableScan
java.lang.Object
org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
org.apache.hadoop.hbase.client.TestAsyncTableScan
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final org.slf4j.LoggerSupplier<org.apache.hadoop.hbase.client.Scan>Fields inherited from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScanclassRule, CONN_RULE, COUNT, CQ1, CQ2, FAMILY, MINI_CLUSTER_RULE, OTEL_CLASS_RULE, otelTestRule, TABLE_NAME, testName
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidUsed by implementation classes to assert the correctness of spans produced under test.protected voidassertTraceError(org.hamcrest.Matcher<io.opentelemetry.api.common.Attributes> exceptionMatcher) Used by implementation classes to assert the correctness of spans having errors.protected org.apache.hadoop.hbase.client.Scanprotected List<org.apache.hadoop.hbase.client.Result>doScan(org.apache.hadoop.hbase.client.Scan scan, int closeAfter) params()Methods inherited from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScanconvertFromBatchResult, getScanCreatorParams, getTableAndScanCreatorParams, spanStream, testReversedScanAll, testReversedScanAtRegionBoundary, testReversedScanWithLimit, testReversedScanWithLimitGreaterThanActualCount, testReversedScanWithStartKeyAndStopKey, testReverseScanNoStopKey, testScanAll, testScanAtRegionBoundary, testScanEndingEarly, testScanNoStopKey, testScanWithLimit, testScanWithLimitGreaterThanActualCount, testScanWithStartKeyAndStopKey, testScanWrongColumnFamily, waitForSpan
- 
Field Details- 
logger
- 
CLASS_RULE
- 
scanType
- 
scanCreater
 
- 
- 
Constructor Details- 
TestAsyncTableScanpublic TestAsyncTableScan()
 
- 
- 
Method Details- 
params
- 
createScan- Specified by:
- createScanin class- AbstractTestAsyncTableScan
 
- 
doScanprotected List<org.apache.hadoop.hbase.client.Result> doScan(org.apache.hadoop.hbase.client.Scan scan, int closeAfter) throws Exception - Specified by:
- doScanin class- AbstractTestAsyncTableScan
- Throws:
- Exception
 
- 
assertTraceContinuityDescription copied from class:AbstractTestAsyncTableScanUsed by implementation classes to assert the correctness of spans produced under test.- Specified by:
- assertTraceContinuityin class- AbstractTestAsyncTableScan
 
- 
assertTraceErrorprotected void assertTraceError(org.hamcrest.Matcher<io.opentelemetry.api.common.Attributes> exceptionMatcher) Description copied from class:AbstractTestAsyncTableScanUsed by implementation classes to assert the correctness of spans having errors.- Specified by:
- assertTraceErrorin class- AbstractTestAsyncTableScan
 
 
-