See: Description
| Interface | Description |
|---|---|
| IndexAwarePredicate | |
| Predicate<K,V> |
Predicate instance must be thread-safe.
|
| Class | Description |
|---|---|
| EntryObject | |
| PagingPredicate |
This class is a special Predicate which helps to get a page-by-page result of a query
Can be constructed with a page-size, an inner predicate for filtering, A comparator for sorting \
This class is not thread-safe and stateless.
|
| PagingPredicateAccessor | |
| PredicateBuilder | |
| Predicates |
A utility class to create
Predicate instances. |
| Predicates.AbstractPredicate | |
| Predicates.AndPredicate | |
| Predicates.BetweenPredicate | |
| Predicates.EqualPredicate | |
| Predicates.GreaterLessPredicate | |
| Predicates.ILikePredicate | |
| Predicates.InPredicate | |
| Predicates.LikePredicate | |
| Predicates.NotEqualPredicate | |
| Predicates.NotPredicate | |
| Predicates.OrPredicate | |
| Predicates.RegexPredicate | |
| QueryConstants | |
| SqlPredicate |
| Exception | Description |
|---|---|
| QueryException |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.