| Package | Description |
|---|---|
| com.thinkaurelius.titan.core.schema | |
| com.thinkaurelius.titan.graphdb.database.management |
| Modifier and Type | Method and Description |
|---|---|
RelationTypeIndex |
TitanManagement.createEdgeIndex(EdgeLabel label,
String name,
com.tinkerpop.blueprints.Direction direction,
Order sortOrder,
RelationType... sortKeys)
Creates a
RelationTypeIndex for the provided edge label. |
RelationTypeIndex |
TitanManagement.createEdgeIndex(EdgeLabel label,
String name,
com.tinkerpop.blueprints.Direction direction,
RelationType... sortKeys)
|
RelationTypeIndex |
TitanManagement.createPropertyIndex(PropertyKey key,
String name,
Order sortOrder,
RelationType... sortKeys)
Creates a
RelationTypeIndex for the provided property key. |
RelationTypeIndex |
TitanManagement.createPropertyIndex(PropertyKey key,
String name,
RelationType... sortKeys)
|
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.createEdgeIndex(EdgeLabel label,
String name,
com.tinkerpop.blueprints.Direction direction,
Order sortOrder,
RelationType... sortKeys) |
RelationTypeIndex |
ManagementSystem.createEdgeIndex(EdgeLabel label,
String name,
com.tinkerpop.blueprints.Direction direction,
RelationType... sortKeys) |
RelationTypeIndex |
ManagementSystem.createPropertyIndex(PropertyKey key,
String name,
Order sortOrder,
RelationType... sortKeys) |
RelationTypeIndex |
ManagementSystem.createPropertyIndex(PropertyKey key,
String name,
RelationType... sortKeys) |
RelationTypeIndex |
ManagementSystem.getRelationIndex(RelationType type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<RelationTypeIndex> |
ManagementSystem.getRelationIndexes(RelationType type) |
Copyright © 2012–2014. All rights reserved.