public class IndexingQueryFilterImpl extends Object implements IndexingQueryFilter
| Constructor and Description |
|---|
IndexingQueryFilterImpl(org.apache.ignite.internal.GridKernalContext ctx,
org.apache.ignite.internal.processors.affinity.AffinityTopologyVersion topVer,
int[] partsArr)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IndexingQueryCacheFilter |
forCache(String cacheName)
Creates optional predicate for cache.
|
public IndexingQueryFilterImpl(org.apache.ignite.internal.GridKernalContext ctx,
@Nullable
org.apache.ignite.internal.processors.affinity.AffinityTopologyVersion topVer,
@Nullable
int[] partsArr)
ctx - Kernal context.topVer - Topology version.partsArr - Partitions array.@Nullable public IndexingQueryCacheFilter forCache(String cacheName)
forCache in interface IndexingQueryFiltercacheName - Cache name.null if no filtering is needed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019