| Package | Description |
|---|---|
| com.thinkaurelius.titan.diskstorage | |
| com.thinkaurelius.titan.diskstorage.indexing | |
| com.thinkaurelius.titan.graphdb.database |
| Modifier and Type | Method and Description |
|---|---|
Iterable<RawQuery.Result<String>> |
BackendTransaction.rawQuery(String index,
RawQuery query) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<RawQuery.Result<String>> |
IndexTransaction.query(RawQuery query) |
Iterable<RawQuery.Result<String>> |
IndexProvider.query(RawQuery query,
KeyInformation.IndexRetriever informations,
BaseTransaction tx)
Executes the given raw query against the index
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<RawQuery.Result> |
IndexSerializer.executeQuery(IndexQueryBuilder query,
ElementCategory resultType,
BackendTransaction backendTx,
StandardTitanTx transaction) |
Copyright © 2012–2015. All rights reserved.