Package org.apache.cassandra.service.pager
-
Interface Summary Interface Description QueryPager Perform a query, paging it by page of a given size. -
Class Summary Class Description AggregationQueryPager QueryPager
that takes care of fetching the pages for aggregation queries.MultiPartitionPager<T extends SinglePartitionReadQuery> Pager over a list of SinglePartitionReadQuery.PagingState PagingState.RowMark Marks the last row returned by paging, the one from which paging should continue.PartitionRangeQueryPager Pages a PartitionRangeReadQuery.SinglePartitionPager Common interface to single partition queries (by slice and by name).