Package org.apache.hadoop.hbase.client
Class AbstractTestScanCursor
java.lang.Object
org.apache.hadoop.hbase.client.AbstractTestScanCursor
- Direct Known Subclasses:
AbstractTestResultScannerCursor
,TestRawAsyncScanCursor
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected static byte[][]
protected static byte[]
protected static int
protected static int
protected static int
protected static byte[]
protected static byte[][]
protected static byte[]
protected static byte[][]
protected static org.apache.hadoop.hbase.TableName
Table configurationprotected static final HBaseTestingUtil
protected static final int
protected static byte[]
protected static int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static List<org.apache.hadoop.hbase.client.Put>
createPuts
(byte[][] rows, byte[][] families, byte[][] qualifiers, byte[] value) protected org.apache.hadoop.hbase.client.Scan
protected org.apache.hadoop.hbase.client.Scan
protected org.apache.hadoop.hbase.client.Scan
private static void
createTestTable
(org.apache.hadoop.hbase.TableName name, byte[][] rows, byte[][] families, byte[][] qualifiers, byte[] cellValue) static void
static void
-
Field Details
-
TEST_UTIL
-
TABLE_NAME
Table configuration -
NUM_ROWS
-
ROW
-
ROWS
-
NUM_FAMILIES
-
FAMILY
-
FAMILIES
-
NUM_QUALIFIERS
-
QUALIFIER
-
QUALIFIERS
-
VALUE_SIZE
-
VALUE
-
TIMEOUT
- See Also:
-
-
Constructor Details
-
AbstractTestScanCursor
public AbstractTestScanCursor()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
createTestTable
private static void createTestTable(org.apache.hadoop.hbase.TableName name, byte[][] rows, byte[][] families, byte[][] qualifiers, byte[] cellValue) throws IOException - Throws:
IOException
-
createPuts
private static List<org.apache.hadoop.hbase.client.Put> createPuts(byte[][] rows, byte[][] families, byte[][] qualifiers, byte[] value) throws IOException - Throws:
IOException
-
tearDownAfterClass
- Throws:
Exception
-
createScanWithSparseFilter
-
createReversedScanWithSparseFilter
-
createScanWithSizeLimit
-