Uses of Interface
com.hazelcast.query.PartitionPredicate
Package
Description
Contains interfaces/classes related to Hazelcast query and indexing support.
-
Uses of PartitionPredicate in com.hazelcast.query
Modifier and TypeMethodDescriptionstatic <K,
V> PartitionPredicate<K, V> Predicates.multiPartitionPredicate
(Set<? extends Object> partitionKeys, Predicate<K, V> target) Creates a new partition predicate that restricts the execution of the target predicate to a subset of partitions.static <K,
V> PartitionPredicate<K, V> Predicates.partitionPredicate
(Object partitionKey, Predicate<K, V> target) Creates a new partition predicate that restricts the execution of the target predicate to a single partition.