| Package | Description |
|---|---|
| com.thinkaurelius.titan.core.schema | |
| com.thinkaurelius.titan.graphdb.database.management |
| Modifier and Type | Method and Description |
|---|---|
TitanGraphIndex |
TitanManagement.IndexBuilder.buildCompositeIndex()
Builds a composite index according to the specification
|
TitanGraphIndex |
TitanManagement.IndexBuilder.buildMixedIndex(String backingIndex)
Builds a mixed index according to the specification against the backend index with the given name (i.e.
|
TitanGraphIndex |
TitanManagement.getGraphIndex(String name)
Returns the graph index with the given name or null if it does not exist
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanGraphIndex> |
TitanManagement.getGraphIndexes(Class<? extends org.apache.tinkerpop.gremlin.structure.Element> elementType)
Returns all graph indexes that index the given element type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TitanManagement.addIndexKey(TitanGraphIndex index,
PropertyKey key,
Parameter... parameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
TitanGraphIndexWrapper |
| Modifier and Type | Method and Description |
|---|---|
TitanGraphIndex |
ManagementSystem.getGraphIndex(String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanGraphIndex> |
ManagementSystem.getGraphIndexes(Class<? extends org.apache.tinkerpop.gremlin.structure.Element> elementType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementSystem.addIndexKey(TitanGraphIndex index,
PropertyKey key,
Parameter... parameters) |
Copyright © 2012–2015. All rights reserved.