Package com.google.gerrit.index.query
Interface Paginated<T>
-
- All Known Implementing Classes:
IndexedAccountQuery,IndexedChangeQuery,IndexedGroupQuery,IndexedQuery
public interface Paginated<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryOptionsgetOptions()ResultSet<T>restart(int start)
-
-
-
Method Detail
-
getOptions
QueryOptions getOptions()
-
-