| Package | Description |
|---|---|
| org.janusgraph.graphdb.transaction.subquerycache | |
| org.janusgraph.graphdb.util |
| Class and Description |
|---|
| EmptySubqueryCache |
| SubqueryCache
Cache for
JointIndexQuery.Subquery results. |
| 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.
|
| Class and Description |
|---|
| SubqueryCache
Cache for
JointIndexQuery.Subquery results. |
Copyright © 2012–2023. All rights reserved.