public class TestHFileBlockIndex extends Object
Constructor and Description |
---|
TestHFileBlockIndex(Compression.Algorithm compr) |
Modifier and Type | Method and Description |
---|---|
static Collection<Object[]> |
compressionAlgorithms() |
void |
setUp() |
void |
testBlockIndex() |
void |
testBlockIndexChunk() |
void |
testHeapSizeForBlockIndex()
Checks if the HeapSize calculator is within reason
|
void |
testHFileWriterAndReader()
Testing block index through the HFile writer/reader APIs.
|
void |
testIntermediateLevelIndicesWithLargeKeys() |
void |
testIntermediateLevelIndicesWithLargeKeys(int minNumEntries) |
void |
testIntermediateLevelIndicesWithLargeKeysWithMinNumEntries() |
void |
testSecondaryIndexBinarySearch() |
public TestHFileBlockIndex(Compression.Algorithm compr)
public static Collection<Object[]> compressionAlgorithms()
public void setUp() throws IOException
IOException
public void testBlockIndex() throws IOException
IOException
public void testSecondaryIndexBinarySearch() throws IOException
IOException
public void testBlockIndexChunk() throws IOException
IOException
public void testHeapSizeForBlockIndex() throws IOException
IOException
public void testHFileWriterAndReader() throws IOException
IOException
public void testIntermediateLevelIndicesWithLargeKeys() throws IOException
IOException
public void testIntermediateLevelIndicesWithLargeKeysWithMinNumEntries() throws IOException
IOException
public void testIntermediateLevelIndicesWithLargeKeys(int minNumEntries) throws IOException
IOException