public class CacheEdge extends AbstractEdge
isProperty
type
Constructor and Description |
---|
CacheEdge(long id,
EdgeLabel label,
InternalVertex start,
InternalVertex end,
Entry data) |
Modifier and Type | Method and Description |
---|---|
byte |
getLifeCycle() |
Iterable<PropertyKey> |
getPropertyKeysDirect() |
<O> O |
getValueDirect(PropertyKey key) |
org.apache.tinkerpop.gremlin.structure.Direction |
getVertexCentricDirection() |
InternalRelation |
it()
Returns this relation in the current transactional context
|
void |
remove()
Deletes this entity and any incident edges or properties from the graph.
|
<O> O |
removePropertyDirect(PropertyKey key) |
void |
setPropertyDirect(PropertyKey key,
Object value) |
getArity, getLen, getVertex, isEdge, isProperty, label, otherVertex, setVertexAt, toString, vertex
direction, getType, id, isIncidentOn, isInvisible, isLoop, properties, property, tx, value, valueOrNull, verifyAccess
clone, compare, compareTo, equals, getCompareId, hashCode, hasId, isLoaded, isNew, isRemoved, isTemporaryId, longId, setId
finalize, getClass, notify, notifyAll, wait, wait, wait
edgeLabel, inVertex, outVertex, vertices
direction, getType, isIncidentOn, isLoop, value
graph, hasId, id, isLoaded, isNew, isRemoved, longId, property, valueOrNull
keys, properties, property, values
bothVertices, properties
graph, setId
public CacheEdge(long id, EdgeLabel label, InternalVertex start, InternalVertex end, Entry data)
public org.apache.tinkerpop.gremlin.structure.Direction getVertexCentricDirection()
public InternalRelation it()
InternalRelation
it
in interface InternalElement
it
in interface InternalRelation
it
in class AbstractTypedRelation
public <O> O getValueDirect(PropertyKey key)
public Iterable<PropertyKey> getPropertyKeysDirect()
public void setPropertyDirect(PropertyKey key, Object value)
public <O> O removePropertyDirect(PropertyKey key)
public byte getLifeCycle()
ElementLifeCycle
public void remove()
JanusGraphElement
Copyright © 2012–2018. All rights reserved.