Interface DataSource<T>

All Superinterfaces:
HasCardinality
All Known Subinterfaces:
ChangeDataSource
All Known Implementing Classes:
AndChangeSource, AndSource, FilteredSource, IndexedAccountQuery, IndexedChangeQuery, IndexedGroupQuery, IndexedQuery, OrSource, PaginatingSource

public interface DataSource<T> extends HasCardinality
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns read from the index and return the results.
    Returns read from the index and return the raw results.

    Methods inherited from interface com.google.gerrit.index.query.HasCardinality

    getCardinality
  • Method Details

    • read

      ResultSet<T> read()
      Returns read from the index and return the results.
    • readRaw

      Returns read from the index and return the raw results.