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.
GridGain In-Memory Computing Platform : ver. 8.9.19 Release Date : April 10 2025