public interface Index<T>
| Modifier and Type | Method and Description |
|---|---|
void |
add(List<? extends T> row) |
List<String> |
getIndexColumnNames()
Deprecated.
|
int[] |
getIndexColumns()
Deprecated.
|
IndexMetaNode |
getRoot() |
Object |
getStore() |
Table<T> |
getTable() |
void |
postAdd(List<? extends T> row) |
boolean |
preAdd(List<? extends T> row)
Only table should call this.
|
@Deprecated int[] getIndexColumns()
@Deprecated List<String> getIndexColumnNames()
IndexMetaNode getRoot()
Object getStore()
boolean preAdd(List<? extends T> row)
row - Copyright © 2014. All rights reserved.