Package com.google.gerrit.index.query
Class PaginatingSource<T>
java.lang.Object
com.google.gerrit.index.query.FilteredSource<T>
com.google.gerrit.index.query.PaginatingSource<T>
- All Implemented Interfaces:
DataSource<T>
,HasCardinality
-
Field Summary
Fields inherited from class com.google.gerrit.index.query.FilteredSource
cardinality, indexConfig, source, start
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gerrit.index.query.FilteredSource
buffer, getCardinality, isMatchable, match, transformBuffer
-
Constructor Details
-
PaginatingSource
-
-
Method Details
-
read
Description copied from interface:DataSource
Returns read from the index and return the results.- Specified by:
read
in interfaceDataSource<T>
- Overrides:
read
in classFilteredSource<T>
-
readRaw
Description copied from interface:DataSource
Returns read from the index and return the raw results.- Specified by:
readRaw
in interfaceDataSource<T>
- Overrides:
readRaw
in classFilteredSource<T>
-