Uses of Interface
org.apache.ignite.cache.CacheEntryEventSerializableFilter
-
Packages that use CacheEntryEventSerializableFilter Package Description org.apache.ignite.cache.query Contains APIs for creating and executing cache queries.org.apache.ignite.events Contains Event Subscription functionality together with various events emitted by Ignite.org.apache.ignite.internal.processors.cache.query.continuous org.apache.ignite.internal.processors.continuous org.apache.ignite.internal.processors.platform.cache.query -
-
Uses of CacheEntryEventSerializableFilter in org.apache.ignite.cache.query
Methods in org.apache.ignite.cache.query that return CacheEntryEventSerializableFilter Modifier and Type Method Description CacheEntryEventSerializableFilter<K,V>ContinuousQuery. getRemoteFilter()Gets remote filter.Methods in org.apache.ignite.cache.query with parameters of type CacheEntryEventSerializableFilter Modifier and Type Method Description ContinuousQuery<K,V>ContinuousQuery. setRemoteFilter(CacheEntryEventSerializableFilter<K,V> rmtFilter)Deprecated. -
Uses of CacheEntryEventSerializableFilter in org.apache.ignite.events
Methods in org.apache.ignite.events that return CacheEntryEventSerializableFilter Modifier and Type Method Description @Nullable CacheEntryEventSerializableFilter<K,V>CacheQueryExecutedEvent. continuousQueryFilter()Gets continuous query filter.@Nullable CacheEntryEventSerializableFilter<K,V>CacheQueryReadEvent. continuousQueryFilter()Gets continuous query filter.Constructors in org.apache.ignite.events with parameters of type CacheEntryEventSerializableFilter Constructor Description CacheQueryExecutedEvent(ClusterNode node, String msg, int type, String qryType, @Nullable String cacheName, @Nullable String clsName, @Nullable String clause, @Nullable IgniteBiPredicate<K,V> scanQryFilter, @Nullable CacheEntryEventSerializableFilter<K,V> contQryFilter, @Nullable Object[] args, @Nullable UUID subjId, @Nullable String taskName)CacheQueryReadEvent(ClusterNode node, String msg, int type, String qryType, @Nullable String cacheName, @Nullable String clsName, @Nullable String clause, @Nullable IgniteBiPredicate<K,V> scanQryFilter, @Nullable CacheEntryEventSerializableFilter<K,V> contQryFilter, @Nullable Object[] args, @Nullable UUID subjId, @Nullable String taskName, K key, V val, V oldVal, @Nullable Object row) -
Uses of CacheEntryEventSerializableFilter in org.apache.ignite.internal.processors.cache.query.continuous
Classes in org.apache.ignite.internal.processors.cache.query.continuous that implement CacheEntryEventSerializableFilter Modifier and Type Class Description protected static classCacheContinuousQueryManager.JCacheQueryRemoteFilterFor handler version 2.0 this filter should not be serialized.classSecurityAwareFilter<K,V>Security aware remote filter.Methods in org.apache.ignite.internal.processors.cache.query.continuous with parameters of type CacheEntryEventSerializableFilter Modifier and Type Method Description UUIDCacheContinuousQueryManager. executeInternalQuery(javax.cache.event.CacheEntryUpdatedListener<?,?> locLsnr, CacheEntryEventSerializableFilter rmtFilter, boolean loc, boolean notifyExisting, boolean ignoreClassNotFound, boolean sync)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 CacheEntryEventSerializableFilter Constructor Description CacheContinuousQueryHandler(String cacheName, Object topic, @Nullable javax.cache.event.CacheEntryUpdatedListener<K,V> locLsnr, @Nullable CacheEntryEventSerializableFilter<K,V> rmtFilter, boolean oldValRequired, boolean sync, boolean ignoreExpired, boolean ignoreClsNotFound)Constructor. -
Uses of CacheEntryEventSerializableFilter in org.apache.ignite.internal.processors.continuous
Methods in org.apache.ignite.internal.processors.continuous with parameters of type CacheEntryEventSerializableFilter Modifier and Type Method Description UUIDGridContinuousProcessor. registerStaticRoutine(String cacheName, javax.cache.event.CacheEntryUpdatedListener<?,?> locLsnr, CacheEntryEventSerializableFilter rmtFilter, @Nullable IgnitePredicate<ClusterNode> prjPred)Registers routine info to be sent in discovery data during this node join (to be used for internal queries started from client nodes). -
Uses of CacheEntryEventSerializableFilter in org.apache.ignite.internal.processors.platform.cache.query
Subinterfaces of CacheEntryEventSerializableFilter in org.apache.ignite.internal.processors.platform.cache.query Modifier and Type Interface Description interfacePlatformContinuousQueryPlatform continuous query.interfacePlatformContinuousQueryFilterPlatform continuous query filter.Classes in org.apache.ignite.internal.processors.platform.cache.query that implement CacheEntryEventSerializableFilter Modifier and Type Class Description classPlatformContinuousQueryImplInterop continuous query handle.classPlatformContinuousQueryRemoteFilterContinuous query filter deployed on remote nodes.
-