public class IndexingQueryCacheFilter extends Object
| Constructor and Description |
|---|
IndexingQueryCacheFilter(org.apache.ignite.internal.processors.cache.GridCacheAffinityManager aff,
Set<Integer> parts,
org.apache.ignite.internal.processors.affinity.AffinityTopologyVersion topVer,
ClusterNode locNode)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(Object key)
Apply filter.
|
boolean |
applyPartition(int part)
Apply filter.
|
public IndexingQueryCacheFilter(org.apache.ignite.internal.processors.cache.GridCacheAffinityManager aff,
Set<Integer> parts,
org.apache.ignite.internal.processors.affinity.AffinityTopologyVersion topVer,
ClusterNode locNode)
aff - Affinity.parts - Partitions.topVer - Topology version.locNode - Local node.public boolean apply(Object key)
key - Key.True if passed.public boolean applyPartition(int part)
part - Partition.True if passed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023