public static class JointIndexQuery.Subquery extends Object implements BackendQuery<JointIndexQuery.Subquery>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
IndexQuery |
getExternalQuery() |
IndexType |
getIndex() |
KeySliceQuery |
getInternalQuery() |
int |
getLimit() |
int |
hashCode() |
boolean |
hasLimit()
Whether this query has a defined limit
|
String |
toString() |
JointIndexQuery.Subquery |
updateLimit(int newLimit)
Creates a new query identical to the current one but with the specified limit.
|
public IndexType getIndex()
public IndexQuery getExternalQuery()
public KeySliceQuery getInternalQuery()
public JointIndexQuery.Subquery updateLimit(int newLimit)
BackendQueryupdateLimit in interface BackendQuery<JointIndexQuery.Subquery>public boolean hasLimit()
QueryCopyright © 2012–2014. All rights reserved.