public class TestBatchScanResultCache extends Object
| Modifier and Type | Field and Description | 
|---|---|
private static byte[] | 
CF  | 
static HBaseClassTestRule | 
CLASS_RULE  | 
private org.apache.hadoop.hbase.client.BatchScanResultCache | 
resultCache  | 
| Constructor and Description | 
|---|
TestBatchScanResultCache()  | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
assertResultEquals(org.apache.hadoop.hbase.client.Result result,
                  int key,
                  int start,
                  int to)  | 
(package private) static org.apache.hadoop.hbase.Cell | 
createCell(byte[] cf,
          int key,
          int cq)  | 
(package private) static org.apache.hadoop.hbase.Cell[] | 
createCells(byte[] cf,
           int key,
           int numCqs)  | 
void | 
setUp()  | 
void | 
tearDown()  | 
void | 
test()  | 
public static final HBaseClassTestRule CLASS_RULE
private static byte[] CF
private org.apache.hadoop.hbase.client.BatchScanResultCache resultCache
public TestBatchScanResultCache()
public void setUp()
public void tearDown()
static org.apache.hadoop.hbase.Cell createCell(byte[] cf, int key, int cq)
static org.apache.hadoop.hbase.Cell[] createCells(byte[] cf, int key, int numCqs)
private void assertResultEquals(org.apache.hadoop.hbase.client.Result result, int key, int start, int to)
public void test() throws IOException
IOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.