See: Description
| Interface | Description |
|---|---|
| InterProcessLock |
An inter-process lock, used to control access to some shared off-heap resources of
ChronicleHash instances. |
| InterProcessReadWriteUpdateLock |
Tri-level lock, for efficient handling of concurrent accesses, that require different privileges.
|
| Exception | Description |
|---|---|
| InterProcessDeadLockException |
Thrown from
InterProcessLock.lock() and InterProcessLock.lockInterruptibly() when
if fails to acquire the lock for some implementation-defined period of time. |
Copyright © 2019. All rights reserved.