public class TestCompleteResultScanResultCache extends Object
Modifier and Type | Field and Description |
---|---|
private static byte[] |
CF |
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
CQ1 |
private static byte[] |
CQ2 |
private static byte[] |
CQ3 |
private org.apache.hadoop.hbase.client.CompleteScanResultCache |
resultCache |
Constructor and Description |
---|
TestCompleteResultScanResultCache() |
Modifier and Type | Method and Description |
---|---|
private static org.apache.hadoop.hbase.Cell |
createCell(int key,
byte[] cq) |
void |
setUp() |
void |
tearDown() |
void |
testCombine1() |
void |
testCombine2() |
void |
testCombine3() |
void |
testCombine4() |
void |
testNoPartial() |
public static final HBaseClassTestRule CLASS_RULE
private static byte[] CF
private static byte[] CQ1
private static byte[] CQ2
private static byte[] CQ3
private org.apache.hadoop.hbase.client.CompleteScanResultCache resultCache
public TestCompleteResultScanResultCache()
public void setUp()
public void tearDown()
private static org.apache.hadoop.hbase.Cell createCell(int key, byte[] cq)
public void testNoPartial() throws IOException
IOException
public void testCombine1() throws IOException
IOException
public void testCombine2() throws IOException
IOException
public void testCombine3() throws IOException
IOException
public void testCombine4() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.