public class TreeIndex extends AbstractIndex
| Constructor and Description |
|---|
TreeIndex(Table table,
IndexMetaNode root) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(List row) |
static TreeIndex |
attach(Table table,
IndexMetaNode node) |
IndexMetaNode |
getRoot() |
Object |
getStore() |
String |
toString() |
getIndexColumnNames, getIndexColumns, getTable, postAdd, preAddpublic TreeIndex(Table table, IndexMetaNode root)
public Object getStore()
public void add(List row)
public IndexMetaNode getRoot()
public static TreeIndex attach(Table table, IndexMetaNode node)
Copyright © 2014. All Rights Reserved.