public class TestSeekBeforeWithInlineBlocks extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestSeekBeforeWithInlineBlocks() |
| Modifier and Type | Method and Description |
|---|---|
void |
testMultiIndexLevelRandomHFileWithBlooms()
Scanner.seekBefore() could fail because when seeking to a previous HFile data block, it needs
to know the size of that data block, which it calculates using current data block offset and
the previous data block offset.
|
public static final HBaseClassTestRule CLASS_RULE
public TestSeekBeforeWithInlineBlocks()
public void testMultiIndexLevelRandomHFileWithBlooms() throws IOException
IOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.