T - public class IndexMetaNode extends Object
| Constructor and Description |
|---|
IndexMetaNode(IndexMetaNode parent,
List<String> columnNames,
org.aksw.sparqlify.database.MapStoreAccessor factory) |
IndexMetaNode(Table table,
List<String> columnNames,
org.aksw.sparqlify.database.MapStoreAccessor factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSubIndex(IndexMetaNode subIndex) |
static IndexMetaNode |
create(IndexMetaNode parent,
MetaIndexFactory factory,
String... columns) |
static IndexMetaNode |
create(Table table,
MetaIndexFactory factory,
String... columns) |
List<IndexMetaNode> |
getChildren() |
List<String> |
getColumnNames() |
org.aksw.sparqlify.database.MapStoreAccessor |
getFactory() |
IndexMetaNode |
getParent() |
Map<List<String>,List<IndexMetaNode>> |
getSubIndexes() |
Table |
getTable() |
String |
toString() |
public IndexMetaNode(Table table, List<String> columnNames, org.aksw.sparqlify.database.MapStoreAccessor factory)
public IndexMetaNode(IndexMetaNode parent, List<String> columnNames, org.aksw.sparqlify.database.MapStoreAccessor factory)
public List<IndexMetaNode> getChildren()
public Map<List<String>,List<IndexMetaNode>> getSubIndexes()
public IndexMetaNode getParent()
public Table getTable()
public org.aksw.sparqlify.database.MapStoreAccessor getFactory()
public void addSubIndex(IndexMetaNode subIndex)
public static IndexMetaNode create(Table table, MetaIndexFactory factory, String... columns)
public static IndexMetaNode create(IndexMetaNode parent, MetaIndexFactory factory, String... columns)
Copyright © 2014. All rights reserved.