Package co.stateful

Interface Locks

  • All Known Implementing Classes:
    CdLocks, ReLocks

    @Immutable
    public interface Locks
    Locks.
    Since:
    0.2
    • Method Detail

      • exists

        boolean exists​(String name)
                throws IOException
        Does it exist?
        Parameters:
        name - Name of lock
        Returns:
        TRUE if the lock exists
        Throws:
        IOException - If fails
        Since:
        0.10