Uses of Interface
com.atlassian.confluence.impl.pagination.PagingIterator
Packages that use PagingIterator
Package
Description
-
Uses of PagingIterator in com.atlassian.confluence.api.impl.pagination
Methods in com.atlassian.confluence.api.impl.pagination that return PagingIteratorModifier and TypeMethodDescription<F,
T> PagingIterator<T> PaginationServiceImpl.newPagingIterator
(PaginationBatch<F> fetchBatch, int resultsPerPage, Function<Iterable<F>, Iterable<T>> modelConverter) -
Uses of PagingIterator in com.atlassian.confluence.impl.pagination
Methods in com.atlassian.confluence.impl.pagination that return PagingIteratorModifier and TypeMethodDescriptionstatic <T> PagingIterator<T>
<F,
T> PagingIterator<T> PaginationServiceInternal.newPagingIterator
(PaginationBatch<F> fetchBatch, int resultsPerPage, Function<Iterable<F>, Iterable<T>> modelConverter) Constructs a PagingIterator backed by the given PaginationBatch.Paginated.pagingIterator()
Obtain a PagingIterator, which will yield all possible results in a memory / CPU efficient manner.