Package | Description |
---|---|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
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 |
---|---|
Set<Map.Entry<K,V>> |
ClientMapProxy.entrySetWithPagingPredicate(PagingPredicate pagingPredicate) |
Modifier and Type | Method and Description |
---|---|
Set |
MapQueryEngineImpl.queryAllPartitionsWithPagingPredicate(String mapName,
PagingPredicate predicate,
IterationType iterationType) |
Set |
MapQueryEngine.queryAllPartitionsWithPagingPredicate(String mapName,
PagingPredicate pagingPredicate,
IterationType iterationType)
Queries all partitions with a paging predicate.
|
Set |
MapQueryEngineImpl.queryLocalPartitionsWithPagingPredicate(String mapName,
PagingPredicate predicate,
IterationType iterationType) |
Set |
MapQueryEngine.queryLocalPartitionsWithPagingPredicate(String mapName,
PagingPredicate pagingPredicate,
IterationType iterationType)
Query all local partitions with a paging predicate.
|
protected QueryResult |
MapQueryEngineImpl.queryParallelForPaging(String name,
PagingPredicate predicate,
Collection<Integer> partitions,
IterationType iterationType) |
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 © 2016 Hazelcast, Inc.. All Rights Reserved.