Package com.netflix.curator.framework.recipes.locks

Interface Summary
InterProcessLock  
Lease Represents an acquired lease from an InterProcessSemaphore.
LockInternalsSorter  
Revocable<T> Specifies locks that can be revoked
RevocationListener<T>  
 

Class Summary
ChildReaper Utility to reap empty child nodes of a parent node.
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. Use InterProcessSemaphoreV2 instead of this class.
InterProcessSemaphoreMutex A NON re-entrant mutex that works across JVMs.
InterProcessSemaphoreV2 A counting semaphore that works across JVMs.
LockInternals  
Reaper Utility to clean up parent lock nodes so that they don't stay around as garbage
Revoker  
StandardLockInternalsDriver  
 

Enum Summary
Reaper.Mode