| Package | Description |
|---|---|
| com.thinkaurelius.titan.core | |
| com.thinkaurelius.titan.graphdb.query.graph | |
| com.thinkaurelius.titan.graphdb.tinkerpop |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TitanGraphQuery<Q extends TitanGraphQuery<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 |
|---|---|
TitanGraphQuery<? extends TitanGraphQuery> |
TitanGraphTransaction.query() |
| Modifier and Type | Method and Description |
|---|---|
TitanGraphQuery<? extends TitanGraphQuery> |
TitanGraphTransaction.query() |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphCentricQueryBuilder
Builds a
TitanGraphQuery, optimizes the query and compiles the result into a GraphCentricQuery which
is then executed through a QueryProcessor. |
| Modifier and Type | Method and Description |
|---|---|
TitanGraphQuery<? extends TitanGraphQuery> |
TitanBlueprintsGraph.query() |
| Modifier and Type | Method and Description |
|---|---|
TitanGraphQuery<? extends TitanGraphQuery> |
TitanBlueprintsGraph.query() |
Copyright © 2012–2015. All rights reserved.