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 Summary
Methods inherited from interface com.google.gerrit.index.query.HasCardinality
getCardinality 
- 
Method Details
- 
read
Returns read from the index and return the results. - 
readRaw
ResultSet<FieldBundle> readRaw()Returns read from the index and return the raw results. 
 -