Uses of Interface
com.hazelcast.query.PartitionPredicate
Packages that use PartitionPredicate
Package
Description
Contains interfaces/classes related to Hazelcast query and indexing support.
- 
Uses of PartitionPredicate in com.hazelcast.queryMethods in com.hazelcast.query that return PartitionPredicateModifier 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.