| Package | Description |
|---|---|
| com.thinkaurelius.titan.hadoop |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FaunusEdge |
interface |
FaunusProperty |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleFaunusEdge |
class |
SimpleFaunusProperty |
class |
SimpleFaunusRelation |
class |
StandardFaunusEdge |
class |
StandardFaunusProperty |
class |
StandardFaunusRelation |
| 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 |
|---|---|
protected FaunusRelation |
FaunusElement.addRelation(FaunusRelation relation) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Predicate<FaunusRelation> |
FaunusVertexQuery.getFilter(FaunusElement element,
RelationCategory returnType) |
Collection<FaunusRelation> |
FaunusElement.getPropertyCollection() |
protected Iterable<FaunusRelation> |
FaunusVertexQuery.getRelations(FaunusElement element,
RelationCategory returnType) |
protected Iterable<FaunusRelation> |
FaunusVertexQuery.getRelations(RelationCategory returnType) |
protected Iterable<FaunusRelation> |
FaunusVertexQueryFilter.getRelations(RelationCategory returnType) |
Iterator<FaunusRelation> |
FaunusVertexQueryFilter.iterator() |
| Modifier and Type | Method and Description |
|---|---|
protected FaunusRelation |
FaunusElement.addRelation(FaunusRelation relation) |
protected void |
FaunusElement.setRelation(FaunusRelation relation) |
| Modifier and Type | Method and Description |
|---|---|
void |
FaunusElement.addAllProperties(Iterable<FaunusRelation> properties) |
Copyright © 2012–2016. All rights reserved.