Uses of Class
org.apache.ignite.events.DiscoveryEvent
-
Packages that use DiscoveryEvent Package Description org.apache.ignite.cache.affinity Contains cache node affinity implementations.org.apache.ignite.internal.events org.apache.ignite.internal.managers.discovery TODO.org.apache.ignite.internal.managers.eventstorage TODO.org.apache.ignite.internal.processors.affinity Data affinity processor.org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed.dht.preloader org.apache.ignite.internal.processors.cache.persistence.snapshot org.apache.ignite.internal.processors.service -
-
Uses of DiscoveryEvent in org.apache.ignite.cache.affinity
Methods in org.apache.ignite.cache.affinity that return DiscoveryEvent Modifier and Type Method Description @Nullable DiscoveryEventAffinityFunctionContext. discoveryEvent()Gets discovery event caused topology change. -
Uses of DiscoveryEvent in org.apache.ignite.internal.events
Subclasses of DiscoveryEvent in org.apache.ignite.internal.events Modifier and Type Class Description classDiscoveryCustomEventCustom event.Methods in org.apache.ignite.internal.events with parameters of type DiscoveryEvent Modifier and Type Method Description static booleanDiscoveryCustomEvent. requiresCentralizedAffinityAssignment(DiscoveryEvent evt) -
Uses of DiscoveryEvent in org.apache.ignite.internal.managers.discovery
Methods in org.apache.ignite.internal.managers.discovery that return DiscoveryEvent Modifier and Type Method Description DiscoveryEventDiscoveryLocalJoinData. event()DiscoveryEventGridDiscoveryManager. localJoinEvent()Constructors in org.apache.ignite.internal.managers.discovery with parameters of type DiscoveryEvent Constructor Description DiscoveryLocalJoinData(DiscoveryEvent evt, DiscoCache discoCache, @Nullable IgniteInternalFuture<Boolean> transitionWaitFut, boolean active) -
Uses of DiscoveryEvent in org.apache.ignite.internal.managers.eventstorage
Methods in org.apache.ignite.internal.managers.eventstorage with parameters of type DiscoveryEvent Modifier and Type Method Description voidDiscoveryEventListener. onEvent(DiscoveryEvent evt, DiscoCache discoCache)voidGridEventStorageManager. record(DiscoveryEvent evt, DiscoCache discoCache)Records discovery events. -
Uses of DiscoveryEvent in org.apache.ignite.internal.processors.affinity
Methods in org.apache.ignite.internal.processors.affinity that return DiscoveryEvent Modifier and Type Method Description @Nullable DiscoveryEventGridAffinityFunctionContextImpl. discoveryEvent()Gets discovery event caused topology change.Methods in org.apache.ignite.internal.processors.affinity with parameters of type DiscoveryEvent Modifier and Type Method Description voidGridAffinityAssignmentCache. clientEventTopologyChange(DiscoveryEvent evt, AffinityTopologyVersion topVer)Copies previous affinity assignment when discovery event does not cause affinity assignment changes (e.g. client node joins on leaves).Constructors in org.apache.ignite.internal.processors.affinity with parameters of type DiscoveryEvent Constructor Description GridAffinityFunctionContextImpl(List<ClusterNode> topSnapshot, List<List<ClusterNode>> prevAssignment, DiscoveryEvent discoEvt, @NotNull AffinityTopologyVersion topVer, int backups) -
Uses of DiscoveryEvent in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return DiscoveryEvent Modifier and Type Method Description DiscoveryEventPendingDiscoveryEvent. event()DiscoveryEventExchangeDiscoveryEvents. lastEvent()Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type DiscoveryEvent Modifier and Type Method Description Collection<DiscoveryEvent>ExchangeDiscoveryEvents. events()Methods in org.apache.ignite.internal.processors.cache with parameters of type DiscoveryEvent Modifier and Type Method Description voidGridCachePartitionExchangeManager. onLocalJoin(DiscoveryEvent evt, DiscoCache cache)Callback for local join event (needed since regular event for local join is not generated).static booleanExchangeDiscoveryEvents. serverJoinEvent(DiscoveryEvent evt)static booleanExchangeDiscoveryEvents. serverLeftEvent(DiscoveryEvent evt)Constructors in org.apache.ignite.internal.processors.cache with parameters of type DiscoveryEvent Constructor Description PendingDiscoveryEvent(DiscoveryEvent evt, DiscoCache cache) -
Uses of DiscoveryEvent in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return DiscoveryEvent Modifier and Type Method Description DiscoveryEventGridDhtPartitionsExchangeFuture. firstEvent()Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type DiscoveryEvent Modifier and Type Method Description voidGridDhtForceKeysFuture. onDiscoveryEvent(DiscoveryEvent evt)voidGridDhtPartitionsExchangeFuture. onEvent(GridDhtPartitionExchangeId exchId, DiscoveryEvent discoEvt, DiscoCache discoCache)Event callback.Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type DiscoveryEvent Constructor Description GridDhtPartitionExchangeId(UUID nodeId, DiscoveryEvent discoEvt, AffinityTopologyVersion topVer) -
Uses of DiscoveryEvent in org.apache.ignite.internal.processors.cache.persistence.snapshot
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot with parameters of type DiscoveryEvent Modifier and Type Method Description static booleanIgniteSnapshotManager. isSnapshotOperation(DiscoveryEvent evt) -
Uses of DiscoveryEvent in org.apache.ignite.internal.processors.service
Methods in org.apache.ignite.internal.processors.service with parameters of type DiscoveryEvent Modifier and Type Method Description voidIgniteServiceProcessor. onLocalJoin(DiscoveryEvent evt, DiscoCache discoCache)Callback for local join events for which the regular events are not generated.
-