See: Description
| Interface | Description | 
|---|---|
| IndexAwarePredicate<K,V> | This interface is used for create filterable Predicates. | 
| Predicate<K,V> | Predicate instance must be thread-safe. | 
| VisitablePredicate | Predicates which can be visited by optimizer. | 
| Class | Description | 
|---|---|
| EntryObject | This class provides functionality related to build predicate. | 
| PagingPredicate<K,V> | This class is a special Predicate which helps to get a page-by-page result of a query. | 
| PagingPredicateAccessor | This class provides paging accessor of predicate. | 
| PredicateBuilder | This class provides functionality to build predicate. | 
| Predicates | A utility class to create  Predicateinstances. | 
| SqlPredicate | This class contains methods related to conversion of sql query to predicate. | 
| TruePredicate | A  Predicatewhich always returns true. | 
| Enum | Description | 
|---|---|
| QueryConstants | Contains constants for Query. | 
| Exception | Description | 
|---|---|
| QueryException | Exception class for the Query. | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.