| Package | Description |
|---|---|
| com.thinkaurelius.titan.core.schema | |
| com.thinkaurelius.titan.graphdb.database.management | |
| com.thinkaurelius.titan.graphdb.olap.job |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RelationTypeIndex
A RelationTypeIndex is an index installed on a
RelationType to speed up vertex-centric indexes for that type. |
interface |
TitanGraphIndex
A TitanGraphIndex is an index installed on the graph in order to be able to efficiently retrieve graph elements
by their properties.
|
| Modifier and Type | Method and Description |
|---|---|
TitanManagement.IndexJobFuture |
TitanManagement.getIndexJobStatus(TitanIndex index)
If an index update job was triggered through
TitanManagement.updateIndex(TitanIndex, SchemaAction) with schema actions
SchemaAction.REINDEX or SchemaAction.REMOVE_INDEX
then this method can be used to track the status of this asynchronous process. |
TitanManagement.IndexJobFuture |
TitanManagement.updateIndex(TitanIndex index,
SchemaAction updateAction)
Updates the provided index according to the given
SchemaAction |
| Modifier and Type | Class and Description |
|---|---|
class |
RelationTypeIndexWrapper |
class |
TitanGraphIndexWrapper |
| Modifier and Type | Method and Description |
|---|---|
TitanManagement.IndexJobFuture |
ManagementSystem.getIndexJobStatus(TitanIndex index) |
TitanManagement.IndexJobFuture |
ManagementSystem.updateIndex(TitanIndex index,
SchemaAction updateAction) |
| Modifier and Type | Field and Description |
|---|---|
protected TitanIndex |
IndexUpdateJob.index |
Copyright © 2012–2015. All rights reserved.