| Package | Description |
|---|---|
| org.janusgraph.graphdb.query.graph | |
| org.janusgraph.graphdb.query.index | |
| org.janusgraph.graphdb.transaction |
| Modifier and Type | Method and Description |
|---|---|
JointIndexQuery |
JointIndexQuery.updateLimit(int newLimit) |
| Modifier and Type | Method and Description |
|---|---|
BackendQueryHolder<JointIndexQuery> |
GraphCentricQuery.getIndexQuery() |
BackendQueryHolder<JointIndexQuery> |
GraphCentricQuery.getSubQuery(int position) |
| Modifier and Type | Method and Description |
|---|---|
MixedIndexAggQueryBuilder |
MixedIndexAggQueryBuilder.constructIndex(JointIndexQuery indexQuery,
ElementCategory resultType) |
| Constructor and Description |
|---|
GraphCentricQuery(ElementCategory resultType,
Condition<JanusGraphElement> condition,
OrderList orders,
BackendQueryHolder<JointIndexQuery> indexQuery,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
JointIndexQuery |
IndexSelectionStrategy.SelectedIndexQuery.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractIndexSelectionStrategy.addToJointQuery(IndexCandidate indexCandidate,
JointIndexQuery jointQuery,
IndexSerializer serializer,
OrderList orders) |
| Constructor and Description |
|---|
SelectedIndexQuery(JointIndexQuery query,
boolean isSorted) |
| Modifier and Type | Field and Description |
|---|---|
QueryExecutor<GraphCentricQuery,JanusGraphElement,JointIndexQuery> |
StandardJanusGraphTx.elementProcessor |
QueryExecutor<GraphCentricQuery,JanusGraphElement,JointIndexQuery> |
StandardJanusGraphTx.elementProcessorImpl |
Copyright © 2012–2024. All rights reserved.