| Modifier and Type | Method and Description |
|---|---|
List<String> |
BackendTransaction.indexQuery(String index,
IndexQuery query) |
| Modifier and Type | Method and Description |
|---|---|
IndexQuery |
IndexQuery.setLimit(int limit) |
IndexQuery |
IndexQuery.updateLimit(int newLimit) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
IndexTransaction.query(IndexQuery query) |
List<String> |
IndexProvider.query(IndexQuery query,
KeyInformation.IndexRetriever informations,
BaseTransaction tx)
Executes the given query against the index.
|
| Modifier and Type | Method and Description |
|---|---|
IndexQuery |
IndexSerializer.getQuery(MixedIndexType index,
Condition condition,
OrderList orders) |
| Modifier and Type | Method and Description |
|---|---|
IndexQuery |
JointIndexQuery.Subquery.getMixedQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
JointIndexQuery.add(MixedIndexType index,
IndexQuery query) |
Copyright © 2012–2015. All rights reserved.