public class TestHFileBlockPositionalRead extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.ExpectedException |
exception |
| Constructor and Description |
|---|
TestHFileBlockPositionalRead() |
| Modifier and Type | Method and Description |
|---|---|
void |
testPositionalReadExtraFailed() |
void |
testPositionalReadExtraSucceeded() |
void |
testPositionalReadNoExtra() |
void |
testPositionalReadPrematureEOF() |
void |
testPositionalReadShortReadCompletesNecessaryAndExtraBytes() |
void |
testPositionalReadShortReadOfNecessaryBytes() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.ExpectedException exception
public TestHFileBlockPositionalRead()
public void testPositionalReadNoExtra() throws IOException
IOExceptionpublic void testPositionalReadShortReadOfNecessaryBytes() throws IOException
IOExceptionpublic void testPositionalReadExtraSucceeded() throws IOException
IOExceptionpublic void testPositionalReadExtraFailed() throws IOException
IOExceptionpublic void testPositionalReadShortReadCompletesNecessaryAndExtraBytes() throws IOException
IOExceptionpublic void testPositionalReadPrematureEOF() throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.