Package org.apache.hadoop.hbase.io.hfile
Class TestSeekTo
java.lang.Object
org.apache.hadoop.hbase.io.hfile.TestSeekTo
@Tag("org.apache.hadoop.hbase.testclassification.IOTests") @Tag("org.apache.hadoop.hbase.testclassification.SmallTests")
public class TestSeekTo
extends Object
Test
HFileScanner#seekTo(Cell) and its variants.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.apache.hadoop.hbase.io.encoding.DataBlockEncodingprivate static final org.slf4j.Logger(package private) static booleanprivate static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddeleteTestDir(org.apache.hadoop.fs.FileSystem fs) (package private) org.apache.hadoop.fs.PathmakeNewFile(TagUsage tagUsage) static Stream<org.junit.jupiter.params.provider.Arguments>voidsetUp()voidprotected voidtestBlockContainingKeyInternals(TagUsage tagUsage) voidprotected voidtestSeekBeforeInternals(TagUsage tagUsage) voidprotected voidtestSeekBeforeWithReSeekToInternals(TagUsage tagUsage) voidprotected voidtestSeekToInternals(TagUsage tagUsage) (package private) static org.apache.hadoop.hbase.KeyValue(package private) static StringtoRowStr(org.apache.hadoop.hbase.Cell c)
-
Field Details
-
LOG
-
TEST_UTIL
-
encoding
-
switchKVs
-
-
Constructor Details
-
TestSeekTo
-
-
Method Details
-
parameters
-
setUp
-
toKV
-
toRowStr
-
makeNewFile
- Throws:
IOException
-
testSeekBefore
- Throws:
Exception
-
testSeekBeforeInternals
- Throws:
IOException
-
deleteTestDir
- Throws:
IOException
-
testSeekBeforeWithReSeekTo
- Throws:
Exception
-
testSeekBeforeWithReSeekToInternals
- Throws:
IOException
-
testSeekTo
- Throws:
Exception
-
testSeekToInternals
- Throws:
IOException
-
testBlockContainingKey
- Throws:
Exception
-
testBlockContainingKeyInternals
- Throws:
IOException
-