| Modifier and Type | Method and Description |
|---|---|
RelationCache |
Entry.getCache()
Returns the cached parsed representation of this Entry if it exists, else NULL
|
| Modifier and Type | Method and Description |
|---|---|
void |
Entry.setCache(RelationCache cache)
Sets the cached parsed representation of this Entry.
|
| Modifier and Type | Method and Description |
|---|---|
RelationCache |
StaticArrayEntry.getCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
StaticArrayEntry.setCache(RelationCache cache) |
| Modifier and Type | Method and Description |
|---|---|
RelationCache |
RelationReader.parseRelation(Entry data,
boolean parseHeaderOnly,
TypeInspector tx) |
RelationCache |
EdgeSerializer.parseRelation(Entry data,
boolean excludeProperties,
TypeInspector tx) |
RelationCache |
EdgeSerializer.readRelation(Entry data,
boolean parseHeaderOnly,
TypeInspector tx) |
| Modifier and Type | Method and Description |
|---|---|
static RelationCache |
RelationConstructor.readRelationCache(Entry data,
StandardTitanTx tx) |
Copyright © 2012–2015. All rights reserved.