Class ChangeGlobalStateFinishMessage

    • Constructor Detail

      • ChangeGlobalStateFinishMessage

        public ChangeGlobalStateFinishMessage​(UUID reqId,
                                              ClusterState state,
                                              Boolean transitionRes)
        Parameters:
        reqId - State change request ID.
        state - New cluster state.
    • Method Detail

      • requestId

        public UUID requestId()
        Returns:
        State change request ID.
      • clusterActive

        @Deprecated
        public boolean clusterActive()
        Deprecated.
        Use state() instead.
        Returns:
        New cluster state.
      • success

        public boolean success()
        Returns:
        Transition success status.
      • state

        public ClusterState state()
        Returns:
        New cluster state.
      • isMutable

        public boolean isMutable()
        Specified by:
        isMutable in interface DiscoveryCustomMessage
        Returns:
        True if message can be modified during listener notification. Changes will be sent to next nodes.