public class TestExplicitColumnTracker extends Object
| Modifier and Type | Field and Description | 
|---|---|
static HBaseClassTestRule | 
CLASS_RULE  | 
private byte[] | 
col1  | 
private byte[] | 
col2  | 
private byte[] | 
col3  | 
private byte[] | 
col4  | 
private byte[] | 
col5  | 
| Constructor and Description | 
|---|
TestExplicitColumnTracker()  | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
runTest(int maxVersions,
       TreeSet<byte[]> trackColumns,
       List<byte[]> scannerColumns,
       List<org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode> expected)  | 
void | 
testGetMultiVersion()  | 
void | 
testGetSingleVersion()  | 
void | 
testInfiniteLoop()
Regression test for HBASE-2545 
 | 
void | 
testStackOverflow()
hbase-2259 
 | 
public static final HBaseClassTestRule CLASS_RULE
private final byte[] col1
private final byte[] col2
private final byte[] col3
private final byte[] col4
private final byte[] col5
public TestExplicitColumnTracker()
private void runTest(int maxVersions, TreeSet<byte[]> trackColumns, List<byte[]> scannerColumns, List<org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode> expected) throws IOException
IOExceptionpublic void testGetSingleVersion() throws IOException
IOExceptionpublic void testGetMultiVersion() throws IOException
IOExceptionpublic void testStackOverflow() throws IOException
IOExceptionpublic void testInfiniteLoop() throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.