Class TcpDiscoveryDiscardMessage

  • All Implemented Interfaces:
    Serializable

    public class TcpDiscoveryDiscardMessage
    extends TcpDiscoveryAbstractMessage
    Message sent by coordinator when some operation handling is over. All receiving nodes should discard this and all preceding messages in local buffers.
    See Also:
    Serialized Form
    • Constructor Detail

      • TcpDiscoveryDiscardMessage

        public TcpDiscoveryDiscardMessage​(UUID creatorNodeId,
                                          IgniteUuid msgId,
                                          boolean customMsgDiscard)
        Constructor.
        Parameters:
        creatorNodeId - Creator node ID.
        msgId - Message ID.
        customMsgDiscard - Flag indicating whether the ID to discard is for a custom message or not.
    • Method Detail

      • msgId

        public IgniteUuid msgId()
        Gets message ID to discard (this and all preceding).
        Returns:
        Message ID.
      • customMessageDiscard

        public boolean customMessageDiscard()
        Flag indicating whether the ID to discard is for a custom message or not.
        Returns:
        Custom message flag.