Class ClusterFSConfigUpdateMessage

java.lang.Object
de.xima.fc.cluster.model.msg.ClusterFSConfigUpdateMessage
All Implemented Interfaces:
IClusterMessage, Serializable

public class ClusterFSConfigUpdateMessage extends Object implements IClusterMessage
See Also:
  • Constructor Details

    • ClusterFSConfigUpdateMessage

      public ClusterFSConfigUpdateMessage(Long fsServerId)
      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