Package com.google.gerrit.index.query
Interface DataSource<T>
-
- All Superinterfaces:
HasCardinality
- All Known Subinterfaces:
ChangeDataSource
- All Known Implementing Classes:
AndChangeSource
,AndSource
,IndexedAccountQuery
,IndexedChangeQuery
,IndexedGroupQuery
,IndexedQuery
,OrSource
,PaginatingSource
public interface DataSource<T> extends HasCardinality
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResultSet<T>
read()
Returns read from the index and return the results.ResultSet<FieldBundle>
readRaw()
Returns read from the index and return the raw results.-
Methods inherited from interface com.google.gerrit.index.query.HasCardinality
getCardinality
-
-
-
-
Method Detail
-
readRaw
ResultSet<FieldBundle> readRaw()
Returns read from the index and return the raw results.
-
-