Package org.apache.hadoop.hbase.client
Class TestBatchScanResultCache
java.lang.Object
org.apache.hadoop.hbase.client.TestBatchScanResultCache
-
Field Summary
Modifier and TypeFieldDescriptionprivate static byte[]
static final HBaseClassTestRule
private org.apache.hadoop.hbase.client.BatchScanResultCache
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
assertResultEquals
(org.apache.hadoop.hbase.client.Result result, int key, int start, int to) (package private) static org.apache.hadoop.hbase.ExtendedCell
createCell
(byte[] cf, int key, int cq) (package private) static org.apache.hadoop.hbase.ExtendedCell[]
createCells
(byte[] cf, int key, int numCqs) void
setUp()
void
tearDown()
void
test()
-
Field Details
-
CLASS_RULE
-
CF
-
resultCache
-
-
Constructor Details
-
TestBatchScanResultCache
public TestBatchScanResultCache()
-
-
Method Details
-
setUp
-
tearDown
-
createCell
-
createCells
-
assertResultEquals
private void assertResultEquals(org.apache.hadoop.hbase.client.Result result, int key, int start, int to) -
test
- Throws:
IOException
-