Uses of Interface
org.apache.ignite.cache.query.ContinuousQueryWithTransformer.EventListener
-
Packages that use ContinuousQueryWithTransformer.EventListener Package Description org.apache.ignite.cache.query Contains APIs for creating and executing cache queries.org.apache.ignite.internal.processors.cache.query.continuous -
-
Uses of ContinuousQueryWithTransformer.EventListener in org.apache.ignite.cache.query
Methods in org.apache.ignite.cache.query that return ContinuousQueryWithTransformer.EventListener Modifier and Type Method Description ContinuousQueryWithTransformer.EventListener<T>ContinuousQueryWithTransformer. getLocalListener()Gets local transformed event listenerMethods in org.apache.ignite.cache.query with parameters of type ContinuousQueryWithTransformer.EventListener Modifier and Type Method Description ContinuousQueryWithTransformer<K,V,T>ContinuousQueryWithTransformer. setLocalListener(ContinuousQueryWithTransformer.EventListener<T> locLsnr)Sets local callback. -
Uses of ContinuousQueryWithTransformer.EventListener in org.apache.ignite.internal.processors.cache.query.continuous
Methods in org.apache.ignite.internal.processors.cache.query.continuous that return ContinuousQueryWithTransformer.EventListener Modifier and Type Method Description @Nullable ContinuousQueryWithTransformer.EventListener<?>CacheContinuousQueryHandler. localTransformedEventListener()ContinuousQueryWithTransformer.EventListener<?>CacheContinuousQueryHandlerV3. localTransformedEventListener()Methods in org.apache.ignite.internal.processors.cache.query.continuous with parameters of type ContinuousQueryWithTransformer.EventListener Modifier and Type Method Description UUIDCacheContinuousQueryManager. executeQuery(@Nullable javax.cache.event.CacheEntryUpdatedListener locLsnr, @Nullable ContinuousQueryWithTransformer.EventListener locTransLsnr, @Nullable CacheEntryEventSerializableFilter<K,V> rmtFilter, @Nullable javax.cache.configuration.Factory<javax.cache.event.CacheEntryEventFilter<K,V>> rmtFilterFactory, @Nullable javax.cache.configuration.Factory<IgniteClosure<K,V>> rmtTransFactory, int bufSize, long timeInterval, boolean autoUnsubscribe, boolean loc, boolean keepBinary, boolean includeExpired)Constructors in org.apache.ignite.internal.processors.cache.query.continuous with parameters of type ContinuousQueryWithTransformer.EventListener Constructor Description CacheContinuousQueryHandlerV3(String cacheName, Object topic, ContinuousQueryWithTransformer.EventListener<?> locTransLsnr, @Nullable javax.cache.configuration.Factory<? extends javax.cache.event.CacheEntryEventFilter<K,V>> rmtFilterFactory, javax.cache.configuration.Factory<? extends IgniteClosure<javax.cache.event.CacheEntryEvent<? extends K,? extends V>,?>> rmtTransFactory, boolean oldValRequired, boolean sync, boolean ignoreExpired, boolean ignoreClsNotFound)
-