| Package | Description | 
|---|---|
| com.hazelcast.client.impl.protocol.task.map | Client protocol tasks implementations for map | 
| com.hazelcast.map.impl.query | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractMapQueryMessageTask<P,QueryResult extends Result,AccumulatedResults,ReducedResult> | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Result<T extends Result>Result of a Query. | 
| interface  | ResultProcessor<T extends Result>Responsible for creating query results of a concrete type depending on the type of the Query. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AggregationResultContains the result of the evaluation of an aggregation on a specific Partition or Node. | 
| class  | QueryResultContains the result of a query or projection evaluation. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends Result> | MapQueryEngine. execute(Query query,
       Target target)Executes the given query on the given target. | 
| Modifier and Type | Method and Description | 
|---|---|
| Result | MapQueryEngineImpl. execute(Query query,
       Target target) | 
| protected Result | QueryRunner. populateTheResult(Query query,
                 Collection<QueryableEntry> entries,
                 Collection<Integer> initialPartitions) | 
| Result | QueryRunner. run(Query query) | 
| Result | QueryRunner. runUsingPartitionScanOnSinglePartition(Query query,
                                      int partitionId) | 
| Modifier and Type | Method and Description | 
|---|---|
| Class<? extends Result> | Query. getResultType() | 
| Modifier and Type | Method and Description | 
|---|---|
| ResultProcessor | ResultProcessorRegistry. get(Class<? extends Result> clazz) | 
| void | ResultProcessorRegistry. registerProcessor(Class<? extends Result> clazz,
                 ResultProcessor processor) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.