| Package | Description |
|---|---|
| com.thinkaurelius.titan.hadoop |
| Modifier and Type | Field and Description |
|---|---|
static FaunusEdgeLabel |
FaunusEdgeLabel.LINK |
| Modifier and Type | Method and Description |
|---|---|
FaunusEdgeLabel |
FaunusSchemaManager.getEdgeLabel(String name) |
FaunusEdgeLabel |
FaunusSchemaManager.getOrCreateEdgeLabel(String name) |
| Modifier and Type | Method and Description |
|---|---|
Set<FaunusEdgeLabel> |
FaunusVertex.getEdgeLabels(com.tinkerpop.blueprints.Direction direction) |
| Constructor and Description |
|---|
SimpleFaunusEdge(FaunusEdgeLabel label,
FaunusVertex vertex) |
StandardFaunusEdge(Configuration configuration,
long outVertex,
long inVertex,
FaunusEdgeLabel label) |
StandardFaunusEdge(Configuration configuration,
long id,
long outVertex,
long inVertex,
FaunusEdgeLabel label) |
Copyright © 2012–2016. All rights reserved.