| Package | Description |
|---|---|
| net.sf.javagimmicks.concurrent.locks |
Provides an extension to
java.util.concurrent.locks for creating
atomic Locks over multiple resources. |
| Modifier and Type | Method and Description |
|---|---|
MultiReadWriteLock<K> |
MultiLockProvider.newLock(Iterable<K> resourceIds)
Creates a new
MultiReadWriteLock that is associated with the given
resource identifiers. |
MultiReadWriteLock<K> |
MultiLockProvider.newLock(K... resourceIds)
Creates a new
MultiReadWriteLock that is associated with the given
resource identifiers. |
Copyright © 2017. All rights reserved.