public class TestRawAsyncScanCursor extends AbstractTestScanCursor
AbstractTestScanCursor.SparseFilter
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.hbase.client.AsyncConnection |
CONN |
FAMILIES, FAMILY, NUM_FAMILIES, NUM_QUALIFIERS, NUM_ROWS, QUALIFIER, QUALIFIERS, ROW, ROWS, TABLE_NAME, TEST_UTIL, TIMEOUT, VALUE, VALUE_SIZE
Constructor and Description |
---|
TestRawAsyncScanCursor() |
Modifier and Type | Method and Description |
---|---|
private void |
doTest(boolean reversed) |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testHeartbeatWithSparseFilter() |
void |
testHeartbeatWithSparseFilterReversed() |
void |
testSizeLimit() |
createReversedScanWithSparseFilter, createScanWithSizeLimit, createScanWithSparseFilter
public static final HBaseClassTestRule CLASS_RULE
private static org.apache.hadoop.hbase.client.AsyncConnection CONN
public TestRawAsyncScanCursor()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
private void doTest(boolean reversed) throws InterruptedException, ExecutionException, IOException
public void testHeartbeatWithSparseFilter() throws IOException, InterruptedException, ExecutionException
public void testHeartbeatWithSparseFilterReversed() throws IOException, InterruptedException, ExecutionException
public void testSizeLimit() throws InterruptedException, ExecutionException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.