public class TestPrefixTreeSearcher extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ByteBuffer |
block |
protected static int |
BLOCK_START |
protected TestRowData |
rows |
| Constructor and Description |
|---|
TestPrefixTreeSearcher(TestRowData testRows) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Object[]> |
parameters() |
void |
testRandomSeekHits() |
void |
testRandomSeekIndividualAssertions() |
void |
testRandomSeekMisses() |
void |
testScanBackwards() |
void |
testScanForwards() |
void |
testSeekWithPrefix() |
protected static int BLOCK_START
protected TestRowData rows
protected ByteBuffer block
public TestPrefixTreeSearcher(TestRowData testRows) throws IOException
IOExceptionpublic static Collection<Object[]> parameters()
public void testScanForwards()
throws IOException
IOExceptionpublic void testScanBackwards()
throws IOException
IOExceptionpublic void testRandomSeekHits()
throws IOException
IOExceptionpublic void testRandomSeekMisses()
throws IOException
IOExceptionpublic void testRandomSeekIndividualAssertions()
throws IOException
IOExceptionpublic void testSeekWithPrefix()
throws IOException
IOException