Enum LifecycleEventType
Ignite lifecycle event types. These events are used to notify lifecycle beans about changes in Ignite lifecycle state.
For more information and detailed examples refer to ILifecycleHandler documentation.
Namespace: Apache.Ignite.Core.Lifecycle
Assembly: Apache.Ignite.Core.dll
Syntax
public enum LifecycleEventType : int
Fields
Name | Description |
---|---|
AfterNodeStart | Invoked after node startup is complete. Node is fully initialized and fully functional. |
AfterNodeStop | Invoked after node had stopped. Node is stopped and cannot be used. |
BeforeNodeStart | Invoked before node startup routine. Node is not initialized and cannot be used. |
BeforeNodeStop | Invoked before node stopping routine. Node is fully functional at this point. |