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

    Constructors
    Constructor
    Description
    EventuallyConsistentQuery(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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EventuallyConsistentQuery

      public EventuallyConsistentQuery(com.atlassian.crowd.search.query.entity.EntityQuery<T> query)