public class MultiKeySliceQuery extends BaseQuery implements BackendQuery<MultiKeySliceQuery>
| Constructor and Description |
|---|
MultiKeySliceQuery(List<KeySliceQuery> queries) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
List<EntryList> |
execute(BackendTransaction tx) |
int |
hashCode() |
String |
toString() |
MultiKeySliceQuery |
updateLimit(int newLimit)
Creates a new query identical to the current one but with the specified limit.
|
getLimit, hasLimit, setLimitpublic MultiKeySliceQuery(List<KeySliceQuery> queries)
public MultiKeySliceQuery updateLimit(int newLimit)
BackendQueryupdateLimit in interface BackendQuery<MultiKeySliceQuery>public List<EntryList> execute(BackendTransaction tx)
Copyright © 2012–2015. All rights reserved.