Package org.apache.curator.framework.recipes.locks
-
Interface Summary Interface Description InterProcessLock Lease Represents an acquired lease from anInterProcessSemaphore.LockInternalsDriver LockInternalsSorter Revocable<T> Specifies locks that can be revokedRevocationListener<T> -
Class Summary Class Description ChildReaper Deprecated. Since 2.9.0 - Reaper/ChildReaper are no longer needed.InterProcessMultiLock A container that manages multiple locks as a single entity.InterProcessMutex A re-entrant mutex that works across JVMs.InterProcessReadWriteLock A re-entrant read/write mutex that works across JVMs.InterProcessSemaphore Deprecated. UseInterProcessSemaphoreV2instead of this class.InterProcessSemaphoreMutex A NON re-entrant mutex that works across JVMs.InterProcessSemaphoreV2 A counting semaphore that works across JVMs.Locker Utility for safely acquiring a lock and releasing it using Java 7's try-with-resource feature.LockInternals PredicateResults Reaper Deprecated. Since 2.9.0 - Reaper/ChildReaper are no longer needed.Revoker StandardLockInternalsDriver -
Enum Summary Enum Description Reaper.Mode