| Package | Description | 
|---|---|
| com.hazelcast.client.impl.protocol.task.map | Client protocol tasks implementations for map | 
| com.hazelcast.map.impl.query | |
| com.hazelcast.query | Contains interfaces/classes related to Hazelcast query and indexing support. | 
| com.hazelcast.replicatedmap.impl.record | This package contains the implementation of the backing data storage for the replicated map implementation | 
| 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 | 
|---|---|
| protected IterationType | MapEntriesWithPagingPredicateMessageTask. getIterationType() | 
| protected IterationType | MapKeySetMessageTask. getIterationType() | 
| protected IterationType | MapEntriesWithPredicateMessageTask. getIterationType() | 
| protected IterationType | DefaultMapProjectMessageTask. getIterationType() | 
| protected IterationType | MapValuesMessageTask. getIterationType() | 
| protected IterationType | MapKeySetWithPagingPredicateMessageTask. getIterationType() | 
| protected abstract IterationType | AbstractMapQueryMessageTask. getIterationType() | 
| protected IterationType | DefaultMapAggregateMessageTask. getIterationType() | 
| protected IterationType | MapKeySetWithPredicateMessageTask. getIterationType() | 
| protected IterationType | MapEntrySetMessageTask. getIterationType() | 
| protected IterationType | MapValuesWithPagingPredicateMessageTask. getIterationType() | 
| protected IterationType | MapValuesWithPredicateMessageTask. getIterationType() | 
| Modifier and Type | Method and Description | 
|---|---|
| IterationType | QueryResultCollection. getIterationType() | 
| IterationType | Query. getIterationType() | 
| Modifier and Type | Method and Description | 
|---|---|
| Query.QueryBuilder | Query.QueryBuilder. iterationType(IterationType iterationType) | 
| static Set | QueryResultUtils. transformToSet(SerializationService ss,
              QueryResult queryResult,
              Predicate predicate,
              IterationType iterationType,
              boolean unique) | 
| Constructor and Description | 
|---|
| Query(String mapName,
     Predicate predicate,
     IterationType iterationType,
     Aggregator aggregator,
     Projection projection) | 
| QueryResult(IterationType iterationType,
           long resultLimit) | 
| QueryResultCollection(SerializationService serializationService,
                     IterationType iterationType,
                     boolean binary,
                     boolean unique) | 
| QueryResultCollection(SerializationService serializationService,
                     IterationType iterationType,
                     boolean binary,
                     boolean unique,
                     QueryResult queryResult) | 
| SortedQueryResultSet(List<Map.Entry> entries,
                    IterationType iterationType) | 
| Modifier and Type | Method and Description | 
|---|---|
| IterationType | PagingPredicate. getIterationType() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PagingPredicate. setIterationType(IterationType iterationType) | 
| Constructor and Description | 
|---|
| ResultSet(List<Map.Entry<K,V>> entries,
         IterationType iterationType) | 
| Modifier and Type | Method and Description | 
|---|---|
| static IterationType | IterationType. getById(byte id)Returns the IterationType for the given id. | 
| static IterationType | IterationType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static IterationType[] | IterationType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static int | SortingUtil. compare(Comparator<Map.Entry> comparator,
       IterationType iterationType,
       Map.Entry entry1,
       Map.Entry entry2) | 
| static SortedQueryResultSet | SortingUtil. getSortedQueryResultSet(List<Map.Entry> list,
                       PagingPredicate pagingPredicate,
                       IterationType iterationType) | 
| static Comparator<Map.Entry> | SortingUtil. newComparator(Comparator<Map.Entry> comparator,
             IterationType iterationType) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.