Package | Description |
---|---|
com.hazelcast.map.impl.query |
Modifier and Type | Class and Description |
---|---|
class |
CallerRunsPartitionScanExecutor
Implementation of the
PartitionScanExecutor which executes the partition scan in a sequential-fashion
in the calling thread. |
class |
ParallelPartitionScanExecutor
Implementation of the
PartitionScanExecutor which 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.