| Package | Description |
|---|---|
| org.janusgraph.graphdb.olap | |
| org.janusgraph.graphdb.query.vertex |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryContainer.QueryBuilder |
| Modifier and Type | Class and Description |
|---|---|
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. |
class |
MultiVertexCentricQueryBuilder
Implementation of
JanusGraphMultiVertexQuery that extends BasicVertexCentricQueryBuilder
for all the query building and optimization and adds only the execution logic in
MultiVertexCentricQueryBuilder.execute(org.janusgraph.graphdb.internal.RelationCategory, BasicVertexCentricQueryBuilder.ResultConstructor). |
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.