| Package | Description | 
|---|---|
| com.hazelcast.map | 
 Contains Hazelcast map module classes. 
 | 
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
PagingPredicateAccessor.setPagingPredicateAnchor(PagingPredicate predicate,
                        Map.Entry anchor)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Comparator<Map.Entry> | 
SortingUtil.newComparator(PagingPredicate pagingPredicate)  | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.