Interface GlobalLock

  • All Superinterfaces:
    java.util.concurrent.locks.Lock

    @Deprecated
    public interface GlobalLock
    extends java.util.concurrent.locks.Lock
    Deprecated.
    This API should no longer be used and is scheduled for removal in a future release
    A Lock implementation that spans across the entire cluster of AIE Nodes.
    See Also:
    BreakableLockListener
    • Method Summary

      • Methods inherited from interface java.util.concurrent.locks.Lock

        lock, lockInterruptibly, newCondition, tryLock, tryLock, unlock