| 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 |
|---|---|
static <K> MultiLockProviderFactory<K> |
MultiLockProviderFactory.getHashBasedInstance()
Returns the hash-based
MultiLockProviderFactory instance which
manages resource identifiers using HashMaps. |
static <K> MultiLockProviderFactory<K> |
MultiLockProviderFactory.getTreeBasedInstance()
Returns the tree-based
MultiLockProviderFactory instance which
manages resource identifiers using TreeMaps. |
Copyright © 2017. All rights reserved.