public class TestTimestampFilterSeekHint extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static String |
FAMILY |
private static byte[] |
FAMILY_BYTES |
static int |
MAX_VERSIONS |
private static String |
QUAL |
private static byte[] |
QUAL_BYTES |
private org.apache.hadoop.hbase.regionserver.HRegion |
region |
private int |
regionCount |
private static String |
RK |
private static byte[] |
RK_BYTES |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestTimestampFilterSeekHint() |
Modifier and Type | Method and Description |
---|---|
void |
prepareRegion() |
void |
testGetDoesntSeekWithNoHint() |
void |
testGetSeek() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static final String RK
private static final byte[] RK_BYTES
private static final String FAMILY
private static final byte[] FAMILY_BYTES
private static final String QUAL
private static final byte[] QUAL_BYTES
public static final int MAX_VERSIONS
private org.apache.hadoop.hbase.regionserver.HRegion region
private int regionCount
public TestTimestampFilterSeekHint()
public void testGetSeek() throws IOException
IOException
public void testGetDoesntSeekWithNoHint() throws IOException
IOException
public void prepareRegion() throws IOException
IOException
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.