Class EventuallyConsistentQuery<T>
java.lang.Object
com.atlassian.crowd.search.query.entity.EntityQuery<T>
com.atlassian.jira.crowd.embedded.EventuallyConsistentQuery<T>
- Type Parameters:
T- result type
- All Implemented Interfaces:
com.atlassian.crowd.embedded.api.Query<T>
public class EventuallyConsistentQuery<T>
extends com.atlassian.crowd.search.query.entity.EntityQuery<T>
A query, which is compatible with eventual consistency, e.g. it may return stale results.
-
Field Summary
Fields inherited from class com.atlassian.crowd.search.query.entity.EntityQuery
ALL_RESULTS, MAX_MAX_RESULTS -
Constructor Summary
ConstructorsConstructorDescriptionEventuallyConsistentQuery(com.atlassian.crowd.search.query.entity.EntityQuery<T> query) -
Method Summary
Methods inherited from class com.atlassian.crowd.search.query.entity.EntityQuery
addToMaxResults, addToMaxResults, allResultsToLongMax, baseSplitQuery, equals, getEntityDescriptor, getMaxResults, getReturnType, getSearchRestriction, getStartIndex, hasAllResults, hashCode, splitOrRestrictionIfNeeded, toString, withAllResults, withMaxResults, withReturnType, withSearchRestriction, withStartIndex, withStartIndexAndMaxResults
-
Constructor Details
-
EventuallyConsistentQuery
-