| Modifier and Type | Method and Description |
|---|---|
TitanIndexQuery |
TitanIndexQuery.addParameter(Parameter para)
Adds the given parameter to the list of parameters of this query.
|
TitanIndexQuery |
TitanIndexQuery.addParameters(Iterable<Parameter> paras)
Adds the given parameters to the list of parameters of this query.
|
TitanIndexQuery |
TitanIndexQuery.addParameters(Parameter... paras)
Adds the given parameters to the list of parameters of this query.
|
TitanIndexQuery |
TitanGraphTransaction.indexQuery(String indexName,
String query)
Returns a
TitanIndexQuery to query for vertices or edges against the specified indexing backend using
the given query string. |
TitanIndexQuery |
TitanIndexQuery.limit(int limit)
Specifies the maxium number of elements to return
|
TitanIndexQuery |
TitanIndexQuery.offset(int offset)
Specifies the offset of the query.
|
TitanIndexQuery |
TitanIndexQuery.setElementIdentifier(String identifier)
Sets the element identifier string that is used by this query builder as the token to identifier key references
in the query string.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexQueryBuilder
Implementation of
TitanIndexQuery for string based queries that are issued directly against the specified
indexing backend. |
| Modifier and Type | Method and Description |
|---|---|
TitanIndexQuery |
TitanBlueprintsGraph.indexQuery(String indexName,
String query) |
| Modifier and Type | Method and Description |
|---|---|
TitanIndexQuery |
StandardTitanTx.indexQuery(String indexName,
String query) |
Copyright © 2012–2015. All rights reserved.