Package com.google.gerrit.index.query
Interface DataSource<T>
- All Superinterfaces:
- HasCardinality
- All Known Subinterfaces:
- ChangeDataSource
- All Known Implementing Classes:
- AndChangeSource,- AndSource,- FilteredSource,- IndexedAccountQuery,- IndexedChangeQuery,- IndexedGroupQuery,- IndexedQuery,- OrSource,- PaginatingSource
- 
Method SummaryMethods inherited from interface com.google.gerrit.index.query.HasCardinalitygetCardinality
- 
Method Details- 
readReturns read from the index and return the results.
- 
readRawResultSet<FieldBundle> readRaw()Returns read from the index and return the raw results.
 
-