Uses of Class
org.apache.ignite.internal.processors.cache.query.continuous.CounterSkipContext
-
Packages that use CounterSkipContext Package Description org.apache.ignite.internal.processors.cache.query.continuous -
-
Uses of CounterSkipContext in org.apache.ignite.internal.processors.cache.query.continuous
Methods in org.apache.ignite.internal.processors.cache.query.continuous that return CounterSkipContext Modifier and Type Method Description @Nullable CounterSkipContextCacheContinuousQueryListener. skipUpdateCounter(GridCacheContext cctx, @Nullable CounterSkipContext skipCtx, int part, long cntr, AffinityTopologyVersion topVer, boolean primary)For cache updates in shared cache group need notify others caches CQ listeners that generated counter should be skipped.@Nullable CounterSkipContextCacheContinuousQueryManager. skipUpdateCounter(@Nullable CounterSkipContext skipCtx, int part, long cntr, AffinityTopologyVersion topVer, boolean primary)Methods in org.apache.ignite.internal.processors.cache.query.continuous with parameters of type CounterSkipContext Modifier and Type Method Description @Nullable CounterSkipContextCacheContinuousQueryListener. skipUpdateCounter(GridCacheContext cctx, @Nullable CounterSkipContext skipCtx, int part, long cntr, AffinityTopologyVersion topVer, boolean primary)For cache updates in shared cache group need notify others caches CQ listeners that generated counter should be skipped.@Nullable CounterSkipContextCacheContinuousQueryManager. skipUpdateCounter(@Nullable CounterSkipContext skipCtx, int part, long cntr, AffinityTopologyVersion topVer, boolean primary)
-