Class NodeCrashSuspectedEvent
java.lang.Object
de.xima.fc.cluster.model.events.BaseNodeEvent
de.xima.fc.cluster.model.events.topo.NodeCrashSuspectedEvent
- All Implemented Interfaces:
Serializable
An event that is fired when it is suspected that the connection to a node in the cluster may have been lost.
- Since:
- 3.1.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from class de.xima.fc.cluster.model.events.BaseNodeEvent
node
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new event with the given data for when it is suspected that the connection to a node in the cluster may have been lost. -
Method Summary
Methods inherited from class de.xima.fc.cluster.model.events.BaseNodeEvent
getNode
-
Constructor Details
-
NodeCrashSuspectedEvent
Creates a new event with the given data for when it is suspected that the connection to a node in the cluster may have been lost.- Parameters:
node
- Node to which the connection may have been lost.
-