| Package | Description |
|---|---|
| com.thinkaurelius.titan.core | |
| com.thinkaurelius.titan.graphdb.blueprints | |
| com.thinkaurelius.titan.graphdb.query.graph |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TitanGraphQuery<Q extends TitanGraphQuery<Q>>
Constructs a query against an external index to retrieve all elements (either vertices or edges)
that match all conditions.
|
| Modifier and Type | Method and Description |
|---|---|
TitanGraphQuery<? extends TitanGraphQuery> |
TitanGraph.query()
Returns a
TitanGraphQuery to query for vertices or edges in the graph by their properties. |
TitanGraphQuery<? extends TitanGraphQuery> |
TitanTransaction.query() |
| Modifier and Type | Method and Description |
|---|---|
TitanGraphQuery<? extends TitanGraphQuery> |
TitanGraph.query()
Returns a
TitanGraphQuery to query for vertices or edges in the graph by their properties. |
TitanGraphQuery<? extends TitanGraphQuery> |
TitanTransaction.query() |
| Modifier and Type | Method and Description |
|---|---|
TitanGraphQuery<? extends TitanGraphQuery> |
TitanBlueprintsGraph.query() |
| Modifier and Type | Method and Description |
|---|---|
TitanGraphQuery<? extends TitanGraphQuery> |
TitanBlueprintsGraph.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. |
Copyright © 2012–2014. All rights reserved.