Package | Description |
---|---|
com.hazelcast.client.impl.protocol.task.map |
Client protocol tasks implementations for map
|
com.hazelcast.internal.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.
|
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 |
---|---|
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() |
Constructor and Description |
---|
ResultSet(List<Map.Entry> entries,
IterationType iterationType) |
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,
boolean binary) |
Constructor and Description |
---|
Query(String mapName,
Predicate predicate,
IterationType iterationType,
Aggregator aggregator,
Projection projection) |
QueryResult(IterationType iterationType,
Projection projection,
SerializationService serializationService,
long resultLimit,
boolean orderAndLimitExpected)
Constructs an empty result.
|
QueryResultCollection(SerializationService serializationService,
IterationType iterationType,
boolean binary,
boolean unique) |
QueryResultCollection(SerializationService serializationService,
IterationType iterationType,
boolean binary,
boolean unique,
QueryResult queryResult) |
Modifier and Type | Method and Description |
---|---|
IterationType |
PagingPredicate.getIterationType() |
Modifier and Type | Method and Description |
---|---|
void |
PagingPredicate.setIterationType(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 ResultSet |
SortingUtil.getSortedQueryResultSet(List<Map.Entry> list,
PagingPredicate pagingPredicate,
IterationType iterationType) |
static Comparator<Map.Entry> |
SortingUtil.newComparator(Comparator<Map.Entry> comparator,
IterationType iterationType) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.