Package | Description |
---|---|
com.hazelcast.map.impl.query | |
com.hazelcast.query.impl.predicates |
Modifier and Type | Field and Description |
---|---|
protected QueryOptimizer |
MapQueryEngineImpl.queryOptimizer |
Constructor and Description |
---|
MapQueryEngineImpl(MapServiceContext mapServiceContext,
QueryOptimizer optimizer) |
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(GroupProperties properties)
Creates new QueryOptimizer.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.