Interface | Description |
---|---|
QueryPager |
Perform a query, paging it by page of a given size.
|
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).
|
Copyright © 2009-2022 The Apache Software Foundation