| Modifier and Type | Field and Description |
|---|---|
com.tinkerpop.blueprints.Direction |
direction |
long |
relationId |
long |
typeId |
| Constructor and Description |
|---|
RelationCache(com.tinkerpop.blueprints.Direction direction,
long typeId,
long relationId,
Object other) |
RelationCache(com.tinkerpop.blueprints.Direction direction,
long typeId,
long relationId,
Object other,
com.carrotsearch.hppc.LongObjectOpenHashMap<Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
<O> O |
get(long key) |
Long |
getOtherVertexId() |
Object |
getValue() |
boolean |
hasProperties() |
Iterator<com.carrotsearch.hppc.cursors.LongObjectCursor<Object>> |
iterator() |
int |
numProperties() |
Iterator<com.carrotsearch.hppc.cursors.LongObjectCursor<Object>> |
propertyIterator() |
String |
toString() |
public final com.tinkerpop.blueprints.Direction direction
public final long typeId
public final long relationId
public RelationCache(com.tinkerpop.blueprints.Direction direction,
long typeId,
long relationId,
Object other,
com.carrotsearch.hppc.LongObjectOpenHashMap<Object> properties)
public RelationCache(com.tinkerpop.blueprints.Direction direction,
long typeId,
long relationId,
Object other)
public <O> O get(long key)
public boolean hasProperties()
public int numProperties()
public Object getValue()
public Long getOtherVertexId()
public Iterator<com.carrotsearch.hppc.cursors.LongObjectCursor<Object>> propertyIterator()
Copyright © 2012–2014. All rights reserved.