Interface IgniteClusterEx

    • Method Detail

      • state

        void state​(ClusterState newState,
                   boolean force)
            throws IgniteException
        Changes current cluster state to given newState cluster state.

        NOTE: Deactivation clears in-memory caches (without persistence) including the system caches.

        Parameters:
        newState - New cluster state.
        force - Force deactivation.
        Throws:
        IgniteException - If there is an already started transaction or lock in the same thread.