| Package | Description | 
|---|---|
| com.hazelcast.map.impl.query | |
| 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 | 
|---|---|
| void | AggregationResult. orderAndLimit(PagingPredicate pagingPredicate,
             Map.Entry<Integer,Map.Entry> nearestAnchorEntry) | 
| void | QueryResult. orderAndLimit(PagingPredicate pagingPredicate,
             Map.Entry<Integer,Map.Entry> nearestAnchorEntry) | 
| void | Result. orderAndLimit(PagingPredicate pagingPredicate,
             Map.Entry<Integer,Map.Entry> nearestAnchorEntry)Performs the order-and-limit operation on this result for the given
 paging predicate. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Map.Entry<Integer,Map.Entry> | PagingPredicateAccessor. getNearestAnchorEntry(PagingPredicate predicate) | 
| static void | PagingPredicateAccessor. setAnchor(PagingPredicate predicate,
         int page,
         Map.Entry anchor) | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | SortingUtil. compareAnchor(PagingPredicate pagingPredicate,
             QueryableEntry queryEntry,
             Map.Entry<Integer,Map.Entry> nearestAnchorEntry) | 
| static ResultSet | SortingUtil. getSortedQueryResultSet(List<Map.Entry> list,
                       PagingPredicate pagingPredicate,
                       IterationType iterationType) | 
| static List<QueryableEntry> | SortingUtil. getSortedSubList(List<QueryableEntry> list,
                PagingPredicate pagingPredicate,
                Map.Entry<Integer,Map.Entry> nearestAnchorEntry) | 
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.