Uses of Interface
com.hazelcast.query.PagingPredicate
Package
Description
Contains interfaces/classes related to Hazelcast query and indexing support.
-
Uses of PagingPredicate in com.hazelcast.query
Modifier and TypeMethodDescriptionstatic <K,
V> PagingPredicate<K, V> Predicates.pagingPredicate
(int pageSize) Creates a paging predicate with a page size.static <K,
V> PagingPredicate<K, V> Predicates.pagingPredicate
(Predicate<K, V> predicate, Comparator<Map.Entry<K, V>> comparator, int pageSize) Creates a paging predicate with an inner predicate, comparator and page size.static <K,
V> PagingPredicate<K, V> Predicates.pagingPredicate
(Predicate predicate, int pageSize) Creates a paging predicate with an inner predicate and page size.static <K,
V> PagingPredicate<K, V> Predicates.pagingPredicate
(Comparator<Map.Entry<K, V>> comparator, int pageSize) Creates a paging predicate with a comparator and page size.