public class TestAsyncTableScanner extends AbstractTestAsyncTableScan
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
Supplier<org.apache.hadoop.hbase.client.AsyncTable<?>> |
getTable |
private static org.slf4j.Logger |
logger |
Supplier<org.apache.hadoop.hbase.client.Scan> |
scanCreator |
String |
scanType |
String |
tableType |
classRule, connectionRule, COUNT, CQ1, CQ2, FAMILY, miniClusterRule, otelClassRule, otelTestRule, TABLE_NAME, testName
Constructor and Description |
---|
TestAsyncTableScanner() |
Modifier and Type | Method and Description |
---|---|
protected void |
assertTraceContinuity()
Used by implementation classes to assert the correctness of spans produced under test.
|
protected void |
assertTraceError(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.Scan |
createScan() |
protected List<org.apache.hadoop.hbase.client.Result> |
doScan(org.apache.hadoop.hbase.client.Scan scan,
int closeAfter) |
static List<Object[]> |
params() |
convertFromBatchResult, getScanCreatorParams, getTableAndScanCreatorParams, testReversedScanAll, testReversedScanAtRegionBoundary, testReversedScanWithLimit, testReversedScanWithLimitGreaterThanActualCount, testReversedScanWithStartKeyAndStopKey, testReverseScanNoStopKey, testScanAll, testScanAtRegionBoundary, testScanEndingEarly, testScanNoStopKey, testScanWithLimit, testScanWithLimitGreaterThanActualCount, testScanWithStartKeyAndStopKey, testScanWrongColumnFamily, waitForSpan
private static final org.slf4j.Logger logger
public static final HBaseClassTestRule CLASS_RULE
public Supplier<org.apache.hadoop.hbase.client.Scan> scanCreator
public TestAsyncTableScanner()
protected org.apache.hadoop.hbase.client.Scan createScan()
createScan
in class AbstractTestAsyncTableScan
protected List<org.apache.hadoop.hbase.client.Result> doScan(org.apache.hadoop.hbase.client.Scan scan, int closeAfter) throws Exception
doScan
in class AbstractTestAsyncTableScan
Exception
protected void assertTraceContinuity()
AbstractTestAsyncTableScan
assertTraceContinuity
in class AbstractTestAsyncTableScan
protected void assertTraceError(org.hamcrest.Matcher<io.opentelemetry.api.common.Attributes> exceptionMatcher)
AbstractTestAsyncTableScan
assertTraceError
in class AbstractTestAsyncTableScan
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.