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 |
AggregationResult
Contains the result of the evaluation of an aggregation on a specific Partition or Node.
|
class |
QueryResult
Contains 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) |
Result |
ResultSegment.getResult() |
protected Result |
QueryRunner.populateEmptyResult(Query query,
Collection<Integer> initialPartitions) |
protected Result |
QueryRunner.populateNonEmptyResult(Query query,
Collection<QueryableEntry> entries,
Collection<Integer> initialPartitions) |
Result |
QueryRunner.runIndexOrPartitionScanQueryOnOwnedPartitions(Query query) |
Result |
QueryRunner.runPartitionIndexOrPartitionScanQueryOnGivenOwnedPartition(Query query,
int partitionId) |
Modifier and Type | Method and Description |
---|---|
Class<? extends Result> |
Query.getResultType() |
Modifier and Type | Method and Description |
---|---|
void |
ResultSegment.setResult(Result result) |
Modifier and Type | Method and Description |
---|---|
ResultProcessor |
ResultProcessorRegistry.get(Class<? extends Result> clazz) |
void |
ResultProcessorRegistry.registerProcessor(Class<? extends Result> clazz,
ResultProcessor processor) |
Constructor and Description |
---|
ResultSegment(Result result,
int nextTableIndexToReadFrom) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.