Interface GridCacheLockEx

    • Method Detail

      • onUpdate

        void onUpdate​(GridCacheLockState state)
        Callback to notify reentrant lock on changes.
        Parameters:
        state - New reentrant lock state.
      • onNodeRemoved

        void onNodeRemoved​(UUID nodeId)
        Callback to notify semaphore on topology changes.
        Parameters:
        nodeId - Id of the node that left the grid.
      • onStop

        void onStop()
        Callback to notify local reentrant lock instance on node stop.
      • onReconnected

        void onReconnected​(UUID nodeId)
        Callback to notify local reentrant lock instance on node reconnected.
        Parameters:
        nodeId - Node ID.