public class CacheEdge extends AbstractEdge
isPropertytype| 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, vertexdirection, getType, id, isIncidentOn, isInvisible, isLoop, properties, property, tx, value, valueOrNull, verifyAccessclone, compare, compareTo, equals, getCompareId, hashCode, hasId, isLoaded, isNew, isRemoved, isTemporaryId, longId, setIdfinalize, getClass, notify, notifyAll, wait, wait, waitedgeLabel, inVertex, outVertex, verticesdirection, getType, isIncidentOn, isLoop, valuegraph, hasId, id, isLoaded, isNew, isRemoved, longId, property, valueOrNullkeys, properties, property, valuesbothVertices, propertiesgraph, setIdpublic CacheEdge(long id,
EdgeLabel label,
InternalVertex start,
InternalVertex end,
Entry data)
public org.apache.tinkerpop.gremlin.structure.Direction getVertexCentricDirection()
public InternalRelation it()
InternalRelationit in interface InternalElementit in interface InternalRelationit in class AbstractTypedRelationpublic <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()
ElementLifeCyclepublic void remove()
TitanElementCopyright © 2012–2015. All rights reserved.