| Package | Description |
|---|---|
| com.thinkaurelius.titan.hadoop |
| Modifier and Type | Class and Description |
|---|---|
class |
FaunusEdgeLabel |
class |
FaunusPropertyKey<T> |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.SetMultimap<FaunusRelationType,FaunusRelation> |
FaunusElement.inAdjacency |
protected com.google.common.collect.SetMultimap<FaunusRelationType,FaunusRelation> |
FaunusElement.outAdjacency |
| Modifier and Type | Method and Description |
|---|---|
FaunusRelationType |
FaunusSchemaManager.getRelationType(String name) |
FaunusRelationType |
StandardFaunusRelation.getType() |
FaunusRelationType |
SimpleFaunusProperty.getType() |
FaunusRelationType |
FaunusRelation.getType() |
FaunusRelationType |
SimpleFaunusEdge.getType() |
| Modifier and Type | Method and Description |
|---|---|
protected Multiplicity |
FaunusElement.getAdjustedMultiplicity(FaunusRelationType type) |
void |
StandardFaunusRelation.setProperty(FaunusRelationType type,
Object value) |
abstract void |
FaunusElement.setProperty(FaunusRelationType type,
Object value) |
void |
FaunusVertex.setProperty(FaunusRelationType type,
Object value) |
protected void |
StandardFaunusRelation.setType(FaunusRelationType t) |
| Constructor and Description |
|---|
StandardFaunusRelation(Configuration config,
long id,
FaunusRelationType type) |
Copyright © 2012–2016. All rights reserved.