Class ClusterFSConfigUpdateMessage
java.lang.Object
de.xima.fc.cluster.model.msg.ClusterFSConfigUpdateMessage
- All Implemented Interfaces:
IClusterMessage, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClusterFSConfigUpdateMessage(Long fsServerId) Creates a new message that tells another node to trigger a frontend-server config update. -
Method Summary
-
Constructor Details
-
ClusterFSConfigUpdateMessage
Creates a new message that tells another node to trigger a frontend-server config update.- Parameters:
fsServerId- the id of the frontend-server where the config should be updated
-
-
Method Details
-
getTargetNode
- Specified by:
getTargetNodein interfaceIClusterMessage- Returns:
- The node to which the message should be sent.
-
setSourceNode
- Specified by:
setSourceNodein interfaceIClusterMessage- Parameters:
sender- The source node from which the message originates.
-
getSourceNode
- Specified by:
getSourceNodein interfaceIClusterMessage- Returns:
- The source node from which the message originates.
-
getMessageData
- Specified by:
getMessageDatain interfaceIClusterMessage- Returns:
- The payload with the message details.
-