| Package | Description |
|---|---|
| com.thinkaurelius.titan.core | |
| com.thinkaurelius.titan.graphdb.query.graph |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanIndexQuery.Result<TitanEdge>> |
TitanIndexQuery.edges()
Returns all edges that match the query in the indexing backend.
|
Iterable<TitanIndexQuery.Result<TitanVertexProperty>> |
TitanIndexQuery.properties()
Returns all properties that match the query in the indexing backend.
|
Iterable<TitanIndexQuery.Result<TitanVertex>> |
TitanIndexQuery.vertices()
Returns all vertices that match the query in the indexing backend.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanIndexQuery.Result<TitanEdge>> |
IndexQueryBuilder.edges() |
Iterable<TitanIndexQuery.Result<TitanVertexProperty>> |
IndexQueryBuilder.properties() |
Iterable<TitanIndexQuery.Result<TitanVertex>> |
IndexQueryBuilder.vertices() |
Copyright © 2012–2015. All rights reserved.