Uses of Class
org.springframework.data.cassandra.core.query.CassandraPageRequest
Packages that use CassandraPageRequest
Package
Description
Apache Cassandra specific query and update support.
-
Uses of CassandraPageRequest in org.springframework.data.cassandra.core.query
Methods in org.springframework.data.cassandra.core.query that return CassandraPageRequestModifier and TypeMethodDescriptionstatic CassandraPageRequestCassandraPageRequest.first(int size) Creates a new unsortedPageRequestfor the first page.static CassandraPageRequestCreates a newPageRequestwith sort parameters applied for the first page.static CassandraPageRequestCassandraPageRequest.first(int size, Sort.Direction direction, String... properties) Creates a newPageRequestwith sort direction and properties applied for the first page.CassandraPageRequest.next()static CassandraPageRequestCassandraPageRequest.of(int page, int size) Creates a new unsortedPageRequest.static CassandraPageRequestCreates a newPageRequestwith sort parameters applied.static CassandraPageRequestCassandraPageRequest.of(int page, int size, Sort.Direction direction, String... properties) Creates a newPageRequestwith sort direction and properties applied.static CassandraPageRequestCassandraPageRequest.of(Pageable current, ByteBuffer pagingState) Creates a aPageRequestwith sort direction and properties applied.Create a newCassandraPageRequestassociated withSortsort order.