Interface LockStore

  • All Known Implementing Classes:
    AbstractLockStore, LockStoreImpl

    public interface LockStore
    Defines the in-memory lock storage interface.

    Operations MUST be thread-safe.

    Author:
    Matt Ward
    • Method Detail

      • clear

        void clear()
        WARNING: only use in test code - unsafe method for production use. TODO: remove this method?