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
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private final org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
(package private) static boolean
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
deleteTestDir
(org.apache.hadoop.fs.FileSystem fs) (package private) org.apache.hadoop.fs.Path
makeNewFile
(TagUsage tagUsage) static Collection<Object[]>
void
setUp()
void
protected void
testBlockContainingKeyInternals
(TagUsage tagUsage) void
protected void
testSeekBeforeInternals
(TagUsage tagUsage) void
protected void
testSeekBeforeWithReSeekToInternals
(TagUsage tagUsage) void
protected void
testSeekToInternals
(TagUsage tagUsage) (package private) static org.apache.hadoop.hbase.KeyValue
(package private) static String
toRowStr
(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
-