public static class JointIndexQuery.Subquery extends Object implements BackendQuery<JointIndexQuery.Subquery>, ProfileObservable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
MultiKeySliceQuery |
getCompositeQuery() |
IndexType |
getIndex() |
int |
getLimit() |
IndexQuery |
getMixedQuery() |
QueryProfiler |
getProfiler() |
int |
hashCode() |
boolean |
hasLimit()
Whether this query has a defined limit
|
void |
observeWith(QueryProfiler prof,
boolean hasSiblings) |
String |
toString() |
JointIndexQuery.Subquery |
updateLimit(int newLimit)
Creates a new query identical to the current one but with the specified limit.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitobserveWithpublic void observeWith(QueryProfiler prof, boolean hasSiblings)
observeWith in interface ProfileObservablepublic QueryProfiler getProfiler()
getProfiler in interface ProfileObservablepublic IndexType getIndex()
public IndexQuery getMixedQuery()
public MultiKeySliceQuery getCompositeQuery()
public JointIndexQuery.Subquery updateLimit(int newLimit)
BackendQueryupdateLimit in interface BackendQuery<JointIndexQuery.Subquery>public boolean hasLimit()
QueryCopyright © 2012–2023. All rights reserved.