public class TestSeekTo extends Object
HFileScanner.seekTo(Cell)
and its variants.Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.hbase.io.encoding.DataBlockEncoding |
encoding |
(package private) static boolean |
switchKVs |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestSeekTo(org.apache.hadoop.hbase.io.encoding.DataBlockEncoding encoding) |
Modifier and Type | Method and Description |
---|---|
protected void |
deleteTestDir(org.apache.hadoop.fs.FileSystem fs) |
(package private) org.apache.hadoop.fs.Path |
makeNewFile(TagUsage tagUsage) |
static Collection<Object[]> |
parameters() |
void |
setUp() |
void |
testBlockContainingKey() |
protected void |
testBlockContainingKeyInternals(TagUsage tagUsage) |
void |
testSeekBefore() |
protected void |
testSeekBeforeInternals(TagUsage tagUsage) |
void |
testSeekBeforeWithReSeekTo() |
protected void |
testSeekBeforeWithReSeekToInternals(TagUsage tagUsage) |
void |
testSeekTo() |
protected void |
testSeekToInternals(TagUsage tagUsage) |
(package private) static org.apache.hadoop.hbase.KeyValue |
toKV(String row,
TagUsage tagUsage) |
(package private) static String |
toRowStr(org.apache.hadoop.hbase.Cell c) |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private final org.apache.hadoop.hbase.io.encoding.DataBlockEncoding encoding
static boolean switchKVs
public TestSeekTo(org.apache.hadoop.hbase.io.encoding.DataBlockEncoding encoding)
public static Collection<Object[]> parameters()
public void setUp()
org.apache.hadoop.fs.Path makeNewFile(TagUsage tagUsage) throws IOException
IOException
public void testSeekBefore() throws Exception
Exception
protected void testSeekBeforeInternals(TagUsage tagUsage) throws IOException
IOException
protected void deleteTestDir(org.apache.hadoop.fs.FileSystem fs) throws IOException
IOException
public void testSeekBeforeWithReSeekTo() throws Exception
Exception
protected void testSeekBeforeWithReSeekToInternals(TagUsage tagUsage) throws IOException
IOException
public void testSeekTo() throws Exception
Exception
protected void testSeekToInternals(TagUsage tagUsage) throws IOException
IOException
public void testBlockContainingKey() throws Exception
Exception
protected void testBlockContainingKeyInternals(TagUsage tagUsage) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.