Class IndexedChangeQuery

All Implemented Interfaces:
DataSource<ChangeData>, HasCardinality, Matchable<ChangeData>, Paginated<ChangeData>, ChangeDataSource

public class IndexedChangeQuery extends IndexedQuery<Change.Id,ChangeData> implements ChangeDataSource, Matchable<ChangeData>
Wrapper combining an IndexPredicate together with a ChangeDataSource that returns matching results from the index.

Appropriate to return as the rootmost predicate that can be processed using the secondary index; such predicates must also implement ChangeDataSource to be chosen by the query processor.