public class MixedIndexCountQueryBuilder extends Object implements MixedIndexCountQuery
MixedIndexCountQuery, which contains a single query against a mixed index. It is used to retrieve
total number of elements satisfying given conditions.| Constructor and Description |
|---|
MixedIndexCountQueryBuilder(IndexSerializer serializer,
BackendTransaction txHandle) |
| Modifier and Type | Method and Description |
|---|---|
MixedIndexCountQueryBuilder |
constructIndex(JointIndexQuery indexQuery,
ElementCategory resultType) |
Long |
executeTotals()
Fire a count query against index backend to retrieve total number of satisfying elements
|
QueryProfiler |
getProfiler() |
void |
observeWith(QueryProfiler parentProfiler,
boolean hasSiblings) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitobserveWithpublic MixedIndexCountQueryBuilder(IndexSerializer serializer, BackendTransaction txHandle)
public MixedIndexCountQueryBuilder constructIndex(JointIndexQuery indexQuery, ElementCategory resultType)
public Long executeTotals()
MixedIndexCountQueryexecuteTotals in interface MixedIndexCountQuerypublic void observeWith(QueryProfiler parentProfiler, boolean hasSiblings)
observeWith in interface ProfileObservablepublic QueryProfiler getProfiler()
getProfiler in interface ProfileObservableCopyright © 2012–2023. All rights reserved.