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
IOException
public void testPositionalReadShortReadOfNecessaryBytes() throws IOException
IOException
public void testPositionalReadExtraSucceeded() throws IOException
IOException
public void testPositionalReadExtraFailed() throws IOException
IOException
public void testPositionalReadShortReadCompletesNecessaryAndExtraBytes() throws IOException
IOException
public void testPositionalReadPrematureEOF() throws IOException
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.