public class CacheProperty extends AbstractProperty
isPropertytype| Constructor and Description |
|---|
CacheProperty(long id,
PropertyKey key,
InternalVertex start,
Object value,
Entry data) |
| Modifier and Type | Method and Description |
|---|---|
long |
getID()
Unique identifier for this entity.
|
byte |
getLifeCycle() |
<O> O |
getPropertyDirect(RelationType type) |
Iterable<RelationType> |
getPropertyKeysDirect() |
InternalRelation |
it()
Returns this element in the context of the current transaction.
|
void |
remove()
Deletes this entity and any incident edges or properties from the graph.
|
<O> O |
removePropertyDirect(RelationType type) |
void |
setPropertyDirect(RelationType type,
Object value) |
getArity, getLen, getPropertyKey, getValue, getVertex, getVertex, isEdge, isProperty, setVertexAt, toStringgetDirection, getId, getProperty, getProperty, getProperty, getProperty, getPropertyKeys, getType, isHidden, isIncidentOn, isLoop, removeProperty, removeProperty, setProperty, setProperty, setProperty, txclone, compareTo, equals, getCompareId, hashCode, hasId, isImplicitId, isLoaded, isNew, isRemoved, isTemporaryId, setIDfinalize, getClass, notify, notifyAll, wait, wait, waitgetDirection, getProperty, getType, isIncidentOn, isLoop, setPropertygetId, getProperty, getProperty, hasId, isLoaded, isNew, isRemoved, removeProperty, removeProperty, setProperty, setPropertycompareTosetIDpublic CacheProperty(long id,
PropertyKey key,
InternalVertex start,
Object value,
Entry data)
public InternalRelation it()
InternalElementit in interface InternalElementit in interface InternalRelationit in class AbstractTypedRelationpublic long getID()
TitanElementTitanElement.getId() for the permanent id.getID in interface IdfiablegetID in interface TitanElementgetID in class AbstractElementpublic <O> O getPropertyDirect(RelationType type)
public Iterable<RelationType> getPropertyKeysDirect()
public void setPropertyDirect(RelationType type, Object value)
public <O> O removePropertyDirect(RelationType type)
public byte getLifeCycle()
ElementLifeCyclepublic void remove()
TitanElementCopyright © 2012–2014. All rights reserved.