| Package | Description | 
|---|---|
| com.hazelcast.map.impl.query | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CallerRunsPartitionScanExecutorImplementation of the  PartitionScanExecutorwhich executes the partition scan in a sequential-fashion
 in the calling thread. | 
| class  | ParallelPartitionScanExecutorImplementation of the  PartitionScanExecutorwhich executes the partition scan in a parallel-fashion
 delegating to the underlying executor. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected PartitionScanExecutor | QueryRunner. partitionScanExecutor | 
| Constructor and Description | 
|---|
| QueryRunner(MapServiceContext mapServiceContext,
           QueryOptimizer optimizer,
           PartitionScanExecutor partitionScanExecutor,
           ResultProcessorRegistry resultProcessorRegistry) | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.