| Package | Description |
|---|---|
| org.janusgraph.core | |
| org.janusgraph.graphdb.query | |
| org.janusgraph.graphdb.query.graph | |
| org.janusgraph.graphdb.query.vertex |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MixedIndexAggQuery |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ElementQuery<R extends JanusGraphElement,B extends BackendQuery<B>>
A query that returns
JanusGraphElements. |
| Modifier and Type | Class and Description |
|---|---|
class |
BackendQueryHolder<E extends BackendQuery<E>>
Holds a
BackendQuery and captures additional information that pertains to its execution and to be used by a
QueryExecutor:
Whether the query is fitted, i.e., whether all results returned from executing the backend query are part
of the result set or must be filtered in memory. |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphCentricQuery
An executable
ElementQuery for JanusGraphQuery. |
class |
JointIndexQuery
A component/sub-query of a
GraphCentricQuery that gets executed against an indexing backend or the index store
by the query processor of the enclosing transaction. |
static class |
JointIndexQuery.Subquery |
class |
MixedIndexAggQueryBuilder
Builds a
MixedIndexAggQuery, which contains a single query against a mixed index. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseVertexCentricQuery
The base implementation for
VertexCentricQuery which does not yet contain a reference to the
base vertex of the query. |
class |
VertexCentricQuery
A vertex-centric query which implements
ElementQuery so that it can be executed by
QueryProcessor. |
Copyright © 2012–2024. All rights reserved.