| Interface | Description | 
|---|---|
| QueryPager | Perform a query, paging it by page of a given size. | 
| Class | Description | 
|---|---|
| AggregationQueryPager | QueryPagerthat takes care of fetching the pages for aggregation queries. | 
| MultiPartitionPager | Pager over a list of ReadCommand. | 
| PagingState | |
| PagingState.RowMark | Marks the last row returned by paging, the one from which paging should continue. | 
| PartitionRangeQueryPager | Pages a PartitionRangeReadCommand. | 
| QueryPagers | Static utility methods for paging. | 
| SinglePartitionPager | Common interface to single partition queries (by slice and by name). | 
Copyright © 2018 The Apache Software Foundation