| Modifier and Type | Method and Description |
|---|---|
default EdgeLabel |
TitanEdge.edgeLabel()
Returns the edge label of this edge
|
| Modifier and Type | Method and Description |
|---|---|
EdgeLabel |
SchemaInspector.getEdgeLabel(String name)
Returns the edge label with the given name.
|
EdgeLabel |
SchemaInspector.getOrCreateEdgeLabel(String name)
Returns the edge label with the given name.
|
EdgeLabel |
EdgeLabelMaker.make()
Defines the
EdgeLabel specified by this EdgeLabelMaker and returns the resulting label |
default EdgeLabel |
DefaultSchemaMaker.makeEdgeLabel(EdgeLabelMaker factory)
Creates a new edge label with default settings against the provided
EdgeLabelMaker. |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
EdgeLabel |
ManagementSystem.getEdgeLabel(String name) |
EdgeLabel |
ManagementSystem.getOrCreateEdgeLabel(String name) |
| 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) |
| Constructor and Description |
|---|
AbstractEdge(long id,
EdgeLabel label,
InternalVertex start,
InternalVertex end) |
CacheEdge(long id,
EdgeLabel label,
InternalVertex start,
InternalVertex end,
Entry data) |
StandardEdge(long id,
EdgeLabel label,
InternalVertex start,
InternalVertex end,
byte lifecycle) |
| Constructor and Description |
|---|
EdgeLabelDefinition(EdgeLabel label) |
| Modifier and Type | Method and Description |
|---|---|
EdgeLabel |
TitanBlueprintsGraph.getEdgeLabel(String name) |
EdgeLabel |
TitanBlueprintsGraph.getOrCreateEdgeLabel(String name) |
| Modifier and Type | Method and Description |
|---|---|
EdgeLabel |
StandardTitanTx.getEdgeLabel(String name) |
EdgeLabel |
StandardTitanTx.getOrCreateEdgeLabel(String name) |
EdgeLabel |
StandardTitanTx.makeEdgeLabel(String name,
TypeDefinitionMap definition) |
| Modifier and Type | Method and Description |
|---|---|
TitanEdge |
StandardTitanTx.addEdge(TitanVertex outVertex,
TitanVertex inVertex,
EdgeLabel label) |
| Modifier and Type | Method and Description |
|---|---|
default EdgeLabel |
TypeInspector.getExistingEdgeLabel(long id) |
EdgeLabel |
StandardEdgeLabelMaker.make() |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseLabel |
| Modifier and Type | Method and Description |
|---|---|
EdgeLabel |
DisableDefaultSchemaMaker.makeEdgeLabel(EdgeLabelMaker factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeLabelVertex |
Copyright © 2012–2015. All rights reserved.