public class CacheVertexProperty extends AbstractVertexProperty
type| Constructor and Description |
|---|
CacheVertexProperty(long id,
PropertyKey key,
InternalVertex start,
Object value,
Entry data) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getLifeCycle() |
Iterable<PropertyKey> |
getPropertyKeysDirect() |
<O> O |
getValueDirect(PropertyKey key) |
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) |
element, getArity, getLen, getVertex, graph, isEdge, isPresent, isProperty, properties, setVertexAt, toString, valuedirection, getType, id, isIncidentOn, isInvisible, isLoop, property, tx, value, valueOrNull, verifyAccessclone, compare, compareTo, equals, getCompareId, hashCode, hasId, isLoaded, isNew, isRemoved, isTemporaryId, longId, setIdfinalize, getClass, notify, notifyAll, wait, wait, waitempty, getRemover, propertyKeydirection, getType, isIncidentOn, isLoop, valuehasId, id, isLoaded, isNew, isRemoved, longId, property, valueOrNullkeys, label, property, valueskeyifPresent, orElse, orElseGet, orElseThrowsetIdpublic CacheVertexProperty(long id,
PropertyKey key,
InternalVertex start,
Object value,
Entry data)
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()
JanusGraphElementCopyright © 2012–2023. All rights reserved.