Class ClusterDriverSyncMessage
java.lang.Object
de.xima.fc.cluster.model.msg.ClusterDriverSyncMessage
- All Implemented Interfaces:
IClusterMessage, Serializable
A message that is used to synchronize driver state across the cluster.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionClusterDriverSyncMessage(ClusterDriverSyncMessage.DriverSyncPayload driverSyncPayload) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetSourceNode(NodeModel sourceNode) voidsetTargetNode(NodeModel targetNode) toString()
-
Constructor Details
-
ClusterDriverSyncMessage
-
-
Method Details
-
getMessageData
- Specified by:
getMessageDatain interfaceIClusterMessage- Returns:
- The payload with the message details.
-
getDriverSyncPayload
-
getSourceNode
- Specified by:
getSourceNodein interfaceIClusterMessage- Returns:
- The source node from which the message originates.
-
getTargetNode
- Specified by:
getTargetNodein interfaceIClusterMessage- Returns:
- The node to which the message should be sent.
-
setSourceNode
- Specified by:
setSourceNodein interfaceIClusterMessage- Parameters:
sourceNode- The source node from which the message originates.
-
setTargetNode
-
equals
-
canEqual
-
hashCode
-
toString
-