| Package | Description |
|---|---|
| org.aksw.sparqlify.database |
| Modifier and Type | Class and Description |
|---|---|
class |
TableImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
Table<T> |
TableBuilder.create() |
Table |
AbstractIndex.getTable() |
Table<T> |
PrefixIndex.getTable() |
Table |
IndexMetaNode.getTable() |
Table<T> |
Index.getTable() |
| Modifier and Type | Method and Description |
|---|---|
static TreeIndex |
TreeIndex.attach(Table table,
IndexMetaNode node) |
static <T> PrefixIndex<T> |
PrefixIndex.attach(org.apache.commons.collections15.Transformer<T,Set<String>> prefixExtractor,
Table<T> table,
String... columnNames) |
org.aksw.sparqlify.database.MapStoreAccessor |
PrefixIndexMetaFactory.create(Table table,
List<String> columnNames) |
org.aksw.sparqlify.database.MapStoreAccessor |
PatriciaAccessorFactory.create(Table table,
List<String> columnNames) |
org.aksw.sparqlify.database.MapStoreAccessor |
MetaIndexFactory.create(Table table,
List<String> columnNames) |
static IndexMetaNode |
IndexMetaNode.create(Table table,
MetaIndexFactory factory,
String... columns) |
| Constructor and Description |
|---|
AbstractIndex(Table table,
List<String> columnNames,
int[] indexColumns) |
IndexMetaNode(Table table,
List<String> columnNames,
org.aksw.sparqlify.database.MapStoreAccessor factory) |
PrefixIndex(Table<T> table,
int[] indexColumns,
org.apache.commons.collections15.Transformer<T,Set<String>> prefixExtractor) |
TreeIndex(Table table,
IndexMetaNode root) |
Copyright © 2013. All Rights Reserved.