Package | Description |
---|---|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.query | |
com.hazelcast.query.impl.predicates |
Modifier and Type | Method and Description |
---|---|
QueryOptimizer |
MapServiceContext.getQueryOptimizer() |
Modifier and Type | Field and Description |
---|---|
protected QueryOptimizer |
QueryRunner.queryOptimizer |
Constructor and Description |
---|
QueryRunner(MapServiceContext mapServiceContext,
QueryOptimizer optimizer,
PartitionScanExecutor partitionScanExecutor,
ResultProcessorRegistry resultProcessorRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
EmptyOptimizer
Optimizer which just returns the original predicate.
|
class |
RuleBasedQueryOptimizer
Rule based optimizer.
|
Modifier and Type | Method and Description |
---|---|
static QueryOptimizer |
QueryOptimizerFactory.newOptimizer(HazelcastProperties properties)
Creates new QueryOptimizer.
|
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.