Uses of Interface
org.apache.ignite.internal.processors.platform.cache.query.PlatformContinuousQuery
-
Packages that use PlatformContinuousQuery Package Description org.apache.ignite.internal.processors.platform org.apache.ignite.internal.processors.platform.cache.query -
-
Uses of PlatformContinuousQuery in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform that return PlatformContinuousQuery Modifier and Type Method Description PlatformContinuousQueryPlatformContext. createContinuousQuery(long ptr, boolean hasFilter, @Nullable Object filter)PlatformContinuousQueryPlatformContextImpl. createContinuousQuery(long ptr, boolean hasFilter, @Nullable Object filter) -
Uses of PlatformContinuousQuery in org.apache.ignite.internal.processors.platform.cache.query
Classes in org.apache.ignite.internal.processors.platform.cache.query that implement PlatformContinuousQuery Modifier and Type Class Description classPlatformContinuousQueryImplInterop continuous query handle.Constructors in org.apache.ignite.internal.processors.platform.cache.query with parameters of type PlatformContinuousQuery Constructor Description PlatformContinuousQueryProxy(PlatformContext platformCtx, PlatformContinuousQuery qry)Constructor.
-