Interface | Description |
---|---|
ReadWriteLock |
A pair of locks; one for read-only operations and one for write operations.
|
ReentrantLock |
Interface for lock implementations that allow for re-entry.
|
Class | Description |
---|---|
JvmReadWriteLock |
Default implementation of
ReadWriteLock for JVM environments |
JvmReentrantLock |
Default implementation of
ReentrantLock for JVM environments |