Class CassandraPageRequest

All Implemented Interfaces:
Serializable, Pageable

public class CassandraPageRequest extends PageRequest
Cassandra-specific PageRequest implementation providing access to paging state. This class allows creation of the first page request and represents through Cassandra paging is based on the progress of fetched pages and allows forward-only navigation. Accessing a particular page requires fetching of all pages until the desired page is reached.

The fetching progress is represented as paging state. Query results are associated with a paging state that is used on the next query as input parameter to continue page fetching.

Since:
2.0
Author:
Mark Paluch
See Also: