K - type of the entry keyV - type of the entry valuepublic interface PartitionPredicate<K,V> extends Predicate<K,V>
Predicate that restricts the execution of a Predicate to a single Partition.
 This can help to speed up query execution since only a single instead of all partitions needs to be queried.
 This predicate can only be used as an outer predicate.| Modifier and Type | Method and Description | 
|---|---|
Object | 
getPartitionKey()
Returns the partition key that determines the partition the target  
Predicate is going to execute on. | 
Predicate<K,V> | 
getTarget()
Returns the target  
Predicate. | 
Copyright © 2020 Hazelcast, Inc.. All rights reserved.