public abstract class BaseTestRowData extends java.lang.Object implements TestRowData
TestRowData.InMemory| Constructor and Description |
|---|
BaseTestRowData() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Integer> |
getRowStartIndexes() |
void |
individualBlockMetaAssertions(PrefixTreeBlockMeta blockMeta) |
void |
individualSearcherAssertions(CellSearcher searcher) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInputspublic java.util.List<java.lang.Integer> getRowStartIndexes()
getRowStartIndexes in interface TestRowDatapublic void individualBlockMetaAssertions(PrefixTreeBlockMeta blockMeta)
individualBlockMetaAssertions in interface TestRowDatapublic void individualSearcherAssertions(CellSearcher searcher)
individualSearcherAssertions in interface TestRowData