Package com.google.gerrit.index.query
Interface HasCardinality
- All Known Subinterfaces:
ChangeDataSource,DataSource<T>
- All Known Implementing Classes:
AndCardinalPredicate,AndChangeSource,AndSource,ChangeIndexCardinalPredicate,ChangeStatusPredicate,FilteredSource,IndexedAccountQuery,IndexedChangeQuery,IndexedGroupQuery,IndexedQuery,OrCardinalPredicate,OrSource,PaginatingSource,ReviewerPredicate
public interface HasCardinality
-
Method Summary
Modifier and TypeMethodDescriptionintReturns an estimate of the number of results a source can return.
-
Method Details
-
getCardinality
int getCardinality()Returns an estimate of the number of results a source can return.
-