| Package | Description |
|---|---|
| com.thinkaurelius.titan.core.schema | |
| com.thinkaurelius.titan.graphdb.database.management |
| Modifier and Type | Method and Description |
|---|---|
RelationTypeIndex |
TitanManagement.buildEdgeIndex(EdgeLabel label,
String name,
org.apache.tinkerpop.gremlin.structure.Direction direction,
org.apache.tinkerpop.gremlin.process.traversal.Order sortOrder,
PropertyKey... sortKeys)
Creates a
RelationTypeIndex for the provided edge label. |
RelationTypeIndex |
TitanManagement.buildEdgeIndex(EdgeLabel label,
String name,
org.apache.tinkerpop.gremlin.structure.Direction direction,
PropertyKey... sortKeys)
Identical to
#buildEdgeIndex(com.thinkaurelius.titan.core.EdgeLabel, String, com.tinkerpop.gremlin.structure.Direction, com.tinkerpop.gremlin.structure.Order, com.thinkaurelius.titan.core.PropertyKey...)
with default sort order Order.incr. |
RelationTypeIndex |
TitanManagement.buildPropertyIndex(PropertyKey key,
String name,
org.apache.tinkerpop.gremlin.process.traversal.Order sortOrder,
PropertyKey... sortKeys)
Creates a
RelationTypeIndex for the provided property key. |
RelationTypeIndex |
TitanManagement.buildPropertyIndex(PropertyKey key,
String name,
PropertyKey... sortKeys)
Identical to
#buildPropertyIndex(com.thinkaurelius.titan.core.PropertyKey, String, com.tinkerpop.gremlin.structure.Order, com.thinkaurelius.titan.core.PropertyKey...)
with default sort order com.tinkerpop.gremlin.structure.Order#incr. |
RelationTypeIndex |
TitanManagement.getRelationIndex(RelationType type,
String name)
Returns the
RelationTypeIndex with the given name for the provided RelationType or null
if it does not exist |
| Modifier and Type | Method and Description |
|---|---|
Iterable<RelationTypeIndex> |
TitanManagement.getRelationIndexes(RelationType type)
|
| Modifier and Type | Class and Description |
|---|---|
class |
RelationTypeIndexWrapper |
| Modifier and Type | Method and Description |
|---|---|
RelationTypeIndex |
ManagementSystem.buildEdgeIndex(EdgeLabel label,
String name,
org.apache.tinkerpop.gremlin.structure.Direction direction,
org.apache.tinkerpop.gremlin.process.traversal.Order sortOrder,
PropertyKey... sortKeys) |
RelationTypeIndex |
ManagementSystem.buildEdgeIndex(EdgeLabel label,
String name,
org.apache.tinkerpop.gremlin.structure.Direction direction,
PropertyKey... sortKeys) |
RelationTypeIndex |
ManagementSystem.buildPropertyIndex(PropertyKey key,
String name,
org.apache.tinkerpop.gremlin.process.traversal.Order sortOrder,
PropertyKey... sortKeys) |
RelationTypeIndex |
ManagementSystem.buildPropertyIndex(PropertyKey key,
String name,
PropertyKey... sortKeys) |
RelationTypeIndex |
ManagementSystem.getRelationIndex(RelationType type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<RelationTypeIndex> |
ManagementSystem.getRelationIndexes(RelationType type) |
Copyright © 2012–2015. All rights reserved.