Package | Description |
---|---|
com.hazelcast.query |
Contains interfaces/classes related to Hazelcast query and indexing support.
|
Modifier and Type | Method and Description |
---|---|
static <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.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.