| Package | Description |
|---|---|
| org.janusgraph.core | |
| org.janusgraph.graphdb.olap | |
| org.janusgraph.graphdb.query.vertex | |
| org.janusgraph.graphdb.tinkerpop.optimize.step |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseVertexQuery<Q extends BaseVertexQuery<Q>>
BaseVertexQuery constructs and executes a query over incident edges or properties from the perspective of a vertex.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JanusGraphMultiVertexQuery<Q extends JanusGraphMultiVertexQuery<Q>>
A MultiVertexQuery is identical to a
JanusGraphVertexQuery but executed against a set of vertices simultaneously. |
interface |
JanusGraphVertexQuery<Q extends JanusGraphVertexQuery<Q>>
A JanusGraphVertexQuery is a VertexQuery executed for a single vertex.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryContainer.QueryBuilder |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseVertexCentricQueryBuilder<Q extends BaseVertexQuery<Q>>
Builds a
BaseVertexQuery, optimizes the query and compiles the result into a BaseVertexCentricQuery which
is then executed by one of the extending classes. |
class |
BasicVertexCentricQueryBuilder<Q extends BaseVertexQuery<Q>>
Builds a
BaseVertexQuery, optimizes the query and compiles the result into
a BaseVertexCentricQuery which is then executed by one of the extending
classes. |
| Modifier and Type | Method and Description |
|---|---|
<Q extends BaseVertexQuery> |
JanusGraphVertexStep.makeQuery(Q query) |
Copyright © 2012–2023. All rights reserved.