Package org.apache.hadoop.hbase.io.hfile
Class TestSeekTo
java.lang.Object
org.apache.hadoop.hbase.io.hfile.TestSeekTo
Test
HFileScanner.seekTo(Cell) and its variants.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate final org.apache.hadoop.hbase.io.encoding.DataBlockEncoding(package private) static booleanprivate static final HBaseTestingUtility -
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 Collection<Object[]>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
-
CLASS_RULE
-
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
-