Class MappingProposedMessage

  • All Implemented Interfaces:
    Serializable, DiscoveryCustomMessage

    public class MappingProposedMessage
    extends Object
    implements DiscoveryCustomMessage
    Node sends this message when it wants to propose new marshaller mapping and to ensure that there are no conflicts with this mapping on other nodes in cluster. After sending this message to the cluster sending node gets blocked until mapping is either accepted or rejected. When it completes a pass around the cluster ring with no conflicts observed, MappingAcceptedMessage is sent as an acknowledgement that everything is fine.
    See Also:
    Serialized Form