| Package | Description |
|---|---|
| org.janusgraph.core | |
| org.janusgraph.graphdb.internal | |
| org.janusgraph.graphdb.query.vertex |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JanusGraphVertexQuery<Q extends JanusGraphVertexQuery<Q>>
A JanusGraphVertexQuery is a VertexQuery executed for a single vertex.
|
| Modifier and Type | Method and Description |
|---|---|
JanusGraphVertexQuery<? extends JanusGraphVertexQuery> |
JanusGraphVertex.query()
Starts a new
JanusGraphVertexQuery for this vertex. |
| Modifier and Type | Method and Description |
|---|---|
JanusGraphVertexQuery<? extends JanusGraphVertexQuery> |
JanusGraphVertex.query()
Starts a new
JanusGraphVertexQuery for this vertex. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<JanusGraphRelation> |
RelationCategory.executeQuery(JanusGraphVertexQuery query) |
| Modifier and Type | Class and Description |
|---|---|
class |
VertexCentricQueryBuilder
Implementation of
JanusGraphVertexQuery that extends BasicVertexCentricQueryBuilder
for all the query building and optimization and adds only the execution logic in
BasicVertexCentricQueryBuilder.constructQuery(org.janusgraph.graphdb.internal.RelationCategory). |
Copyright © 2012–2023. All rights reserved.