public class StandardFaunusProperty extends StandardFaunusRelation implements FaunusProperty
isPropertyisPropertyFaunusPathElement.MicroElement, FaunusPathElement.Tracker| Modifier and Type | Field and Description |
|---|---|
protected Object |
value |
protected long |
vertexid |
configuration, pathCounter, trackerFILTER_DELETED_EDGES, FILTER_DELETED_PROPERTIES, id, inAdjacency, NO_ID, outAdjacencylifecycle| Constructor and Description |
|---|
StandardFaunusProperty() |
StandardFaunusProperty(Configuration configuration) |
StandardFaunusProperty(Configuration configuration,
DataInput in) |
StandardFaunusProperty(Configuration config,
long id,
long vertex,
FaunusPropertyKey type,
Object value) |
StandardFaunusProperty(FaunusVertex vertex,
FaunusPropertyKey type,
Object value) |
StandardFaunusProperty(long id,
FaunusVertex vertex,
FaunusPropertyKey type,
Object value) |
StandardFaunusProperty(long id,
FaunusVertex vertex,
String type,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object oth) |
PropertyKey |
getPropertyKey() |
Object |
getValue() |
TitanVertex |
getVertex() |
TitanVertex |
getVertex(int pos) |
int |
hashCode() |
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, setPropertycompareTogetLifeCycleprotected long vertexid
protected Object value
public StandardFaunusProperty()
public StandardFaunusProperty(Configuration configuration)
public StandardFaunusProperty(Configuration configuration, DataInput in) throws IOException
IOExceptionpublic StandardFaunusProperty(FaunusVertex vertex, FaunusPropertyKey type, Object value)
public StandardFaunusProperty(long id,
FaunusVertex vertex,
String type,
Object value)
public StandardFaunusProperty(long id,
FaunusVertex vertex,
FaunusPropertyKey type,
Object value)
public StandardFaunusProperty(Configuration config, long id, long vertex, FaunusPropertyKey type, Object value)
public Object getValue()
getValue in interface TitanPropertypublic PropertyKey getPropertyKey()
getPropertyKey in interface TitanPropertypublic TitanVertex getVertex()
getVertex in interface TitanPropertypublic TitanVertex getVertex(int pos)
getVertex in class StandardFaunusRelationpublic 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.