| Package | Description |
|---|---|
| org.janusgraph.graphdb.database | |
| org.janusgraph.graphdb.query.graph | |
| org.janusgraph.graphdb.query.profile | |
| org.janusgraph.graphdb.util |
| Modifier and Type | Method and Description |
|---|---|
Stream<Object> |
IndexSerializer.query(JointIndexQuery.Subquery query,
BackendTransaction tx) |
| Modifier and Type | Method and Description |
|---|---|
JointIndexQuery.Subquery |
JointIndexQuery.getQuery(int pos) |
JointIndexQuery.Subquery |
JointIndexQuery.Subquery.updateLimit(int newLimit) |
| Modifier and Type | Method and Description |
|---|---|
static QueryProfiler |
QueryProfiler.startProfile(QueryProfiler profiler,
JointIndexQuery.Subquery query) |
| Constructor and Description |
|---|
SubqueryIterator(JointIndexQuery.Subquery subQuery,
IndexSerializer indexSerializer,
BackendTransaction tx,
com.google.common.cache.Cache<JointIndexQuery.Subquery,List<Object>> indexCache,
int limit,
Function<Object,? extends JanusGraphElement> function,
List<Object> otherResults) |
| Constructor and Description |
|---|
SubqueryIterator(JointIndexQuery.Subquery subQuery,
IndexSerializer indexSerializer,
BackendTransaction tx,
com.google.common.cache.Cache<JointIndexQuery.Subquery,List<Object>> indexCache,
int limit,
Function<Object,? extends JanusGraphElement> function,
List<Object> otherResults) |
Copyright © 2012–2018. All rights reserved.