Uses of Interface
org.apache.ignite.internal.processors.platform.PlatformEventFilterListener
-
Packages that use PlatformEventFilterListener Package Description org.apache.ignite.internal.processors.platform org.apache.ignite.internal.processors.platform.events -
-
Uses of PlatformEventFilterListener in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform that return PlatformEventFilterListener Modifier and Type Method Description PlatformEventFilterListenerPlatformContext. createLocalEventFilter(long hnd)Create local event filter.PlatformEventFilterListenerPlatformContextImpl. createLocalEventFilter(long hnd)Create local event filter.PlatformEventFilterListenerPlatformContext. createRemoteEventFilter(Object pred, int... types)Create remote event filter.PlatformEventFilterListenerPlatformContextImpl. createRemoteEventFilter(Object pred, int... types)Create remote event filter. -
Uses of PlatformEventFilterListener in org.apache.ignite.internal.processors.platform.events
Classes in org.apache.ignite.internal.processors.platform.events that implement PlatformEventFilterListener Modifier and Type Class Description classPlatformEventFilterListenerImplPlatform event filter.
-