Package | Description |
---|---|
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.
|
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 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 SortedQueryResultSet |
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) |
static Comparator<Map.Entry> |
SortingUtil.newComparator(PagingPredicate pagingPredicate) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.