java.util.concurrent.locks for creating
atomic Locks over multiple resources.See: Description
| Interface | Description |
|---|---|
| MultiLock<K> |
An extension of
Lock that allows atomic locking on any number of
resources (which can be identified by resource identifiers). |
| MultiLockProvider<K> |
This is the entry point to the
MultiLock API - it creates and manages
MultiReadWriteLock instances and the internal resource identifiers
used to handle for acquisition and release management. |
| MultiReadWriteLock<K> |
An extension of
ReadWriteLock that allows atomic locking on any
number of resources (which can be identified by resource identifiers). |
| Class | Description |
|---|---|
| MultiLockProviderFactory<K> |
Serves as central
Supplier for MultiLockProvider instances. |
java.util.concurrent.locks for creating
atomic Locks over multiple resources.Copyright © 2017. All rights reserved.