Class TcpDiscoveryNodeFailedMessage

    • Constructor Detail

      • TcpDiscoveryNodeFailedMessage

        public TcpDiscoveryNodeFailedMessage​(UUID creatorNodeId,
                                             UUID failedNodeId,
                                             long internalOrder)
        Constructor.
        Parameters:
        creatorNodeId - ID of the node that detects nodes failure.
        failedNodeId - ID of the failed nodes.
        internalOrder - Order of the failed node.
    • Method Detail

      • warning

        public void warning​(String warning)
        Parameters:
        warning - Warning message to be shown on all nodes.
      • warning

        @Nullable
        public @Nullable String warning()
        Returns:
        Warning message to be shown on all nodes.
      • failedNodeId

        public UUID failedNodeId()
        Gets ID of the failed node.
        Returns:
        ID of the failed node.
      • internalOrder

        public long internalOrder()
        Returns:
        Internal order of the failed node.