See: Description
| Interface | Description |
|---|---|
| PagingPredicate<K,V> |
This interface is a special Predicate which helps to get a page-by-page result of a query.
|
| PartitionPredicate<K,V> |
A
Predicate that restricts the execution of a Predicate to a single Partition. |
| Predicate<K,V> |
Represents a map entry predicate.
|
| PredicateBuilder |
This interface provides functionality to build a predicate.
|
| PredicateBuilder.EntryObject |
This interface provides entry-level functionality related to building a predicate.
|
| Class | Description |
|---|---|
| PagingPredicateAccessor |
This class provides paging accessor of predicate.
|
| Predicates |
A utility class to create new
PredicateBuilder and Predicate instances. |
| Enum | Description |
|---|---|
| QueryConstants |
Contains constants for Query.
|
| Exception | Description |
|---|---|
| QueryException |
Exception class for the Query.
|
Copyright © 2019 Hazelcast, Inc.. All rights reserved.