| Package | Description |
|---|---|
| com.thinkaurelius.titan.core.schema | |
| com.thinkaurelius.titan.graphdb.database.management |
| Modifier and Type | Method and Description |
|---|---|
TitanManagement.IndexBuilder |
TitanManagement.IndexBuilder.addKey(PropertyKey key)
Adds the given key to the composite key of this index
|
TitanManagement.IndexBuilder |
TitanManagement.IndexBuilder.addKey(PropertyKey key,
Parameter... parameters)
Adds the given key and associated parameters to the composite key of this index
|
TitanManagement.IndexBuilder |
TitanManagement.buildIndex(String indexName,
Class<? extends org.apache.tinkerpop.gremlin.structure.Element> elementType)
Returns an
TitanManagement.IndexBuilder to add a graph index to this Titan graph. |
TitanManagement.IndexBuilder |
TitanManagement.IndexBuilder.indexOnly(TitanSchemaType schemaType)
Restricts this index to only those elements that have the provided schemaType.
|
TitanManagement.IndexBuilder |
TitanManagement.IndexBuilder.unique()
Makes this a unique index for the configured element type,
i.e.
|
| Modifier and Type | Method and Description |
|---|---|
TitanManagement.IndexBuilder |
ManagementSystem.buildIndex(String indexName,
Class<? extends org.apache.tinkerpop.gremlin.structure.Element> elementType) |
Copyright © 2012–2015. All rights reserved.