Uses of Interface
org.apache.ignite.IgniteEvents
-
Packages that use IgniteEvents Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.cluster org.apache.ignite.internal.processors.platform.events -
-
Uses of IgniteEvents in org.apache.ignite
Methods in org.apache.ignite that return IgniteEvents Modifier and Type Method Description IgniteEventsIgnite. events()Getseventsfacade over all cluster nodes.IgniteEventsIgnite. events(ClusterGroup grp)Getseventsfacade over nodes within the cluster group.IgniteEventsIgniteEvents. withAsync()Deprecated. -
Uses of IgniteEvents in org.apache.ignite.internal
Classes in org.apache.ignite.internal that implement IgniteEvents Modifier and Type Class Description classIgniteEventsImplIgniteEventsimplementation.Methods in org.apache.ignite.internal that return IgniteEvents Modifier and Type Method Description protected IgniteEventsIgniteEventsImpl. createAsyncInstance()Creates component with asynchronous mode enabled.IgniteEventsIgniteKernal. events()Getseventsfacade over all cluster nodes.IgniteEventsIgniteKernal. events(ClusterGroup grp)Getseventsfacade over nodes within the cluster group. -
Uses of IgniteEvents in org.apache.ignite.internal.cluster
Methods in org.apache.ignite.internal.cluster that return IgniteEvents Modifier and Type Method Description IgniteEventsClusterGroupAdapter. events() -
Uses of IgniteEvents in org.apache.ignite.internal.processors.platform.events
Constructors in org.apache.ignite.internal.processors.platform.events with parameters of type IgniteEvents Constructor Description PlatformEvents(PlatformContext platformCtx, IgniteEvents events)Ctor.
-