|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PagingPredicate | |
---|---|
com.hazelcast.map.impl | Contains implementation specific classes of com.hazelcast.map package. |
com.hazelcast.query | Contains interfaces/classes related to Hazelcast query and indexing support. |
com.hazelcast.util | This package contains classes to support the inner workings of Hazelcast as well as some backports of newer Java features / data structures to support older Java versions in a clean and nice way. |
Uses of PagingPredicate in com.hazelcast.map.impl |
---|
Methods in com.hazelcast.map.impl with parameters of type PagingPredicate | |
---|---|
Set |
MapContextQuerySupport.queryLocalMemberWithPagingPredicate(String mapName,
PagingPredicate pagingPredicate,
IterationType iterationType)
Used for paging predicate queries on node local entries. |
Set |
MapContextQuerySupport.queryWithPagingPredicate(String mapName,
PagingPredicate pagingPredicate,
IterationType iterationType)
Used for paging predicate queries on all members. |
Uses of PagingPredicate in com.hazelcast.query |
---|
Methods in com.hazelcast.query with parameters of type PagingPredicate | |
---|---|
static void |
PagingPredicateAccessor.setPagingPredicateAnchor(PagingPredicate predicate,
Map.Entry anchor)
|
Uses of PagingPredicate in com.hazelcast.util |
---|
Methods in com.hazelcast.util with parameters of type PagingPredicate | |
---|---|
static Comparator<Map.Entry> |
SortingUtil.newComparator(PagingPredicate pagingPredicate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |