Uses of Interface
org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryListener
-
Packages that use CacheContinuousQueryListener Package Description org.apache.ignite.internal.processors.cache.query.continuous -
-
Uses of CacheContinuousQueryListener in org.apache.ignite.internal.processors.cache.query.continuous
Methods in org.apache.ignite.internal.processors.cache.query.continuous that return types with arguments of type CacheContinuousQueryListener Modifier and Type Method Description @Nullable Map<UUID,CacheContinuousQueryListener>CacheContinuousQueryManager. updateListeners(boolean internal, boolean preload)Method parameters in org.apache.ignite.internal.processors.cache.query.continuous with type arguments of type CacheContinuousQueryListener Modifier and Type Method Description voidCacheContinuousQueryManager. onEntryUpdated(Map<UUID,CacheContinuousQueryListener> lsnrCol, KeyCacheObject key, CacheObject newVal, CacheObject oldVal, boolean internal, int partId, boolean primary, boolean preload, long updateCntr, @Nullable GridDhtAtomicAbstractUpdateFuture fut, AffinityTopologyVersion topVer)
-