public abstract class AbstractTestScanCursor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractTestScanCursor.SparseFilter |
| Modifier and Type | Field and Description |
|---|---|
protected static byte[][] |
FAMILIES |
protected static byte[] |
FAMILY |
protected static int |
NUM_FAMILIES |
protected static int |
NUM_QUALIFIERS |
protected static int |
NUM_ROWS |
protected static byte[] |
QUALIFIER |
protected static byte[][] |
QUALIFIERS |
protected static byte[] |
ROW |
protected static byte[][] |
ROWS |
protected static TableName |
TABLE_NAME
Table configuration
|
protected static HBaseTestingUtility |
TEST_UTIL |
protected static int |
TIMEOUT |
protected static byte[] |
VALUE |
protected static int |
VALUE_SIZE |
| Constructor and Description |
|---|
AbstractTestScanCursor() |
| Modifier and Type | Method and Description |
|---|---|
protected Scan |
createReversedScanWithSparseFilter() |
protected Scan |
createScanWithSizeLimit() |
protected Scan |
createScanWithSparseFilter() |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
protected static final HBaseTestingUtility TEST_UTIL
protected static TableName TABLE_NAME
protected static int NUM_ROWS
protected static byte[] ROW
protected static byte[][] ROWS
protected static int NUM_FAMILIES
protected static byte[] FAMILY
protected static byte[][] FAMILIES
protected static int NUM_QUALIFIERS
protected static byte[] QUALIFIER
protected static byte[][] QUALIFIERS
protected static int VALUE_SIZE
protected static byte[] VALUE
protected static final int TIMEOUT
public AbstractTestScanCursor()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionprotected Scan createScanWithSparseFilter()
protected Scan createReversedScanWithSparseFilter()
protected Scan createScanWithSizeLimit()
Copyright © 2007–2019 Cloudera. All rights reserved.