Package com.palantir.util.paging
-
Interface Summary Interface Description BasicResultsPage<T> Provides a minimal paging interface.PageGetter<T> TokenBackedBasicResultsPage<T,TOKEN> Represents a results page that is backed by TOKEN. -
Class Summary Class Description AbstractPagingIterable<T,P extends BasicResultsPage<T>> This class only requires two methodsAbstractPagingIterable.getFirstPage()
andAbstractPagingIterable.getNextPage(BasicResultsPage)
to be implmented to make an iterable.AbstractPagingIterable.PagingIterator<T,P extends BasicResultsPage<T>> PageDrainer<T> SimpleResultsPage<T> Supplies a simple result page.SimpleTokenBackedResultsPage<T,TOKEN>