public class StandardFaunusEdge extends StandardFaunusRelation implements FaunusEdge
isPropertyisProperty| Modifier and Type | Class and Description |
|---|---|
static class |
StandardFaunusEdge.MicroEdge |
FaunusPathElement.MicroElement, FaunusPathElement.Tracker| Modifier and Type | Field and Description |
|---|---|
protected long |
inVertex |
protected long |
outVertex |
configuration, pathCounter, trackerFILTER_DELETED_EDGES, FILTER_DELETED_PROPERTIES, id, inAdjacency, NO_ID, outAdjacencylifecycle| Constructor and Description |
|---|
StandardFaunusEdge() |
StandardFaunusEdge(Configuration configuration) |
StandardFaunusEdge(Configuration configuration,
DataInput in) |
StandardFaunusEdge(Configuration configuration,
long outVertex,
long inVertex,
FaunusEdgeLabel label) |
StandardFaunusEdge(Configuration configuration,
long id,
long outVertex,
long inVertex,
FaunusEdgeLabel label) |
StandardFaunusEdge(Configuration configuration,
long id,
long outVertex,
long inVertex,
String label) |
StandardFaunusEdge(Configuration configuration,
long outVertex,
long inVertex,
String label) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object oth) |
EdgeLabel |
getEdgeLabel() |
String |
getLabel() |
TitanVertex |
getOtherVertex(TitanVertex vertex) |
TitanVertex |
getVertex(com.tinkerpop.blueprints.Direction direction) |
TitanVertex |
getVertex(int pos) |
long |
getVertexId(com.tinkerpop.blueprints.Direction direction) |
int |
hashCode() |
boolean |
isDirected() |
boolean |
isUnidirected() |
void |
readFields(DataInput in) |
String |
toString() |
void |
write(DataOutput out) |
getArity, getDirection, getId, getPropertyKeysDirect, getType, getTypeName, isEdge, isHidden, isIncidentOn, isLoop, isProperty, setProperty, setTypeaddPath, addPaths, clearPaths, getConf, getFaunusConf, getPaths, getPaths, getTypeManager, hasPaths, hasTrackPaths, incrPath, pathCount, query, setConf, startPathaddAllProperties, addRelation, compareTo, getAdjustedMultiplicity, getLongId, getProperty, getProperty, getProperty, getPropertyCollection, getPropertyKeys, hasId, initializeAdjacency, isModified, it, remove, removeProperty, removeProperty, setId, setProperty, setProperty, setProperty, setRelation, txgetLifeCycle, isLoaded, isNew, isRemoved, setLifeCycle, updateLifeCycleclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetType, isModified, setLifeCycle, updateLifeCyclegetDirection, getProperty, isEdge, isIncidentOn, isLoop, isProperty, setPropertygetId, getLongId, getProperty, getProperty, hasId, isLoaded, isNew, isRemoved, remove, removeProperty, removeProperty, setProperty, setPropertycompareTogetLifeCyclepublic StandardFaunusEdge()
public StandardFaunusEdge(Configuration configuration)
public StandardFaunusEdge(Configuration configuration, long outVertex, long inVertex, String label)
public StandardFaunusEdge(Configuration configuration, long id, long outVertex, long inVertex, String label)
public StandardFaunusEdge(Configuration configuration, long outVertex, long inVertex, FaunusEdgeLabel label)
public StandardFaunusEdge(Configuration configuration, long id, long outVertex, long inVertex, FaunusEdgeLabel label)
public StandardFaunusEdge(Configuration configuration, DataInput in) throws IOException
IOExceptionpublic EdgeLabel getEdgeLabel()
getEdgeLabel in interface TitanEdgepublic TitanVertex getVertex(int pos)
getVertex in class StandardFaunusRelationpublic TitanVertex getVertex(com.tinkerpop.blueprints.Direction direction)
public String getLabel()
getLabel in interface com.tinkerpop.blueprints.Edgepublic TitanVertex getOtherVertex(TitanVertex vertex)
getOtherVertex in interface TitanEdgepublic boolean isDirected()
isDirected in interface TitanEdgepublic boolean isUnidirected()
isUnidirected in interface TitanEdgepublic long getVertexId(com.tinkerpop.blueprints.Direction direction)
getVertexId in interface FaunusEdgepublic void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic int hashCode()
hashCode in class FaunusElementpublic boolean equals(Object oth)
equals in class FaunusElementCopyright © 2012–2016. All rights reserved.