| Package | Description |
|---|---|
| com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
| com.hazelcast.map.impl.operation |
Package for map operations.
|
| com.hazelcast.map.impl.query | |
| com.hazelcast.query.impl |
Contains the implementation classes of the query functionality.
|
| com.hazelcast.query.impl.predicates |
| Class and Description |
|---|
| QueryOptimizer
Optimizes predicate for faster execution.
|
| Class and Description |
|---|
| QueryOptimizer
Optimizes predicate for faster execution.
|
| Class and Description |
|---|
| QueryOptimizer
Optimizes predicate for faster execution.
|
| Class and Description |
|---|
| IndexAwarePredicate
Extends the
Predicate interface with the ability to support indexes. |
| Class and Description |
|---|
| AbstractIndexAwarePredicate |
| AbstractPredicate
Provides base features for predicates, such as extraction and conversion of the attribute's value.
|
| AbstractVisitor
Base class for all visitors.
|
| AndPredicate
And Predicate
|
| BetweenPredicate
Between Predicate
|
| CompoundPredicate
Interface for predicates which operate on an array of sub-predicates.
|
| FalsePredicate
A
Predicate which always returns false. |
| IndexAwarePredicate
Extends the
Predicate interface with the ability to support indexes. |
| LikePredicate
Like Predicate
|
| NegatablePredicate
Predicates can implement this interface if they can convert itself into logical negation
|
| NotPredicate
Not Predicate
|
| OrPredicate
Or Predicate
|
| QueryOptimizer
Optimizes predicate for faster execution.
|
| QueryOptimizerFactory.Type |
| RangePredicate
Defines a common contract for range-like predicates.
|
| TruePredicate
A
Predicate which always returns true. |
| VisitablePredicate
Predicates which can be visited by optimizer.
|
| Visitor
Visitor can inspect internal state of a node,
but it's not allowed to mutate its internal state.
|
Copyright © 2019 Hazelcast, Inc.. All rights reserved.