| Modifier and Type | Class and Description |
|---|---|
class |
FaunusPathElement
Abstract base class for Faunus vertices and relations.
|
class |
FaunusVertex |
class |
StandardFaunusEdge |
class |
StandardFaunusProperty |
class |
StandardFaunusRelation |
| Modifier and Type | Method and Description |
|---|---|
int |
FaunusElement.compareTo(FaunusElement o) |
T |
FaunusPropertyKey.computeImplicit(FaunusElement element) |
protected And<TitanRelation> |
FaunusVertexQuery.getCondition(FaunusElement element,
RelationCategory returnType) |
protected com.google.common.base.Predicate<FaunusRelation> |
FaunusVertexQuery.getFilter(FaunusElement element,
RelationCategory returnType) |
void |
FaunusPathElement.getPaths(FaunusElement element,
boolean append) |
protected Iterable<FaunusRelation> |
FaunusVertexQuery.getRelations(FaunusElement element,
RelationCategory returnType) |
| Constructor and Description |
|---|
FaunusPropertyKey(PropertyKeyDefinition definition,
com.google.common.base.Function<FaunusElement,T> implicitFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeListInputMapReduce.Map.map(org.apache.hadoop.io.NullWritable key,
FaunusElement value,
org.apache.hadoop.mapreduce.Mapper.Context context) |
| Modifier and Type | Method and Description |
|---|---|
FaunusElement |
RDFRecordReader.getCurrentValue() |
FaunusElement |
RDFBlueprintsHandler.next() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.NullWritable,FaunusElement> |
RDFInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
ElementPicker.getProperty(FaunusElement element,
String key) |
static String |
ElementPicker.getPropertyAsString(FaunusElement element,
String key) |
boolean |
ElementChecker.isLegal(FaunusElement element) |
Copyright © 2012–2016. All rights reserved.