See: Description
Interface | Description |
---|---|
IndexAwarePredicate |
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 |
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
Predicate instances. |
SqlPredicate |
This class contains methods related to conversion of sql query to predicate.
|
TruePredicate |
A
Predicate which 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.