| Interface | Description |
|---|---|
| InterProcessLock | |
| Lease |
Represents an acquired lease from an
InterProcessSemaphore. |
| LockInternalsDriver | |
| LockInternalsSorter | |
| Revocable<T> |
Specifies locks that can be revoked
|
| RevocationListener<T> |
| 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.
Use
InterProcessSemaphoreV2 instead 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 | Description |
|---|---|
| Reaper.Mode |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.