Package | Description |
---|---|
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 |
---|---|
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,
com.hazelcast.query.impl.QueryableEntry queryEntry,
Map.Entry<Integer,Map.Entry> nearestAnchorEntry) |
static com.hazelcast.internal.util.ResultSet |
SortingUtil.getSortedQueryResultSet(List<Map.Entry> list,
PagingPredicate pagingPredicate,
IterationType iterationType) |
static List<com.hazelcast.query.impl.QueryableEntry> |
SortingUtil.getSortedSubList(List<com.hazelcast.query.impl.QueryableEntry> list,
PagingPredicate pagingPredicate,
Map.Entry<Integer,Map.Entry> nearestAnchorEntry) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.