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
IOException
public void testGetSingleVersion() throws IOException
IOException
public void testGetMultiVersion() throws IOException
IOException
public void testStackOverflow() throws IOException
IOException
public void testInfiniteLoop() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.