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