| Package | Description |
|---|---|
| org.janusgraph.graphdb.transaction.subquerycache | |
| org.janusgraph.graphdb.util |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptySubqueryCache |
class |
GuavaSubqueryCache |
class |
SubsetSubqueryCache
Different from a simple exact mapping from keys to values,
it leverages the fact that the results of a Subquery A with limit X are first X entries of the results of the
a Subquery B with limit Y, where A and B only differ in limit, and X is less than or equal to Y.
|
| Constructor and Description |
|---|
SubqueryIterator(JointIndexQuery.Subquery subQuery,
IndexSerializer indexSerializer,
BackendTransaction tx,
SubqueryCache indexCache,
int limit,
Function<Object,? extends JanusGraphElement> function,
List<Object> otherResults) |
Copyright © 2012–2023. All rights reserved.