| Package | Description |
|---|---|
| org.janusgraph.core | |
| org.janusgraph.graphdb.query.graph | |
| org.janusgraph.graphdb.tinkerpop |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JanusGraphQuery<Q extends JanusGraphQuery<Q>>
Constructs a query against a mixed index to retrieve all elements (either vertices or edges)
that match all conditions.
|
| Modifier and Type | Method and Description |
|---|---|
JanusGraphQuery<? extends JanusGraphQuery> |
Transaction.query() |
| Modifier and Type | Method and Description |
|---|---|
JanusGraphQuery<? extends JanusGraphQuery> |
Transaction.query() |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphCentricQueryBuilder
Builds a
JanusGraphQuery, optimizes the query and compiles the result into a GraphCentricQuery which
is then executed through a QueryProcessor. |
| Modifier and Type | Method and Description |
|---|---|
JanusGraphQuery<? extends JanusGraphQuery> |
JanusGraphBlueprintsGraph.query() |
| Modifier and Type | Method and Description |
|---|---|
JanusGraphQuery<? extends JanusGraphQuery> |
JanusGraphBlueprintsGraph.query() |
Copyright © 2012–2024. All rights reserved.