Interface | Description |
---|---|
KeyBasedLockFactory<L> |
Factory for getting locks that can be used for concurrent thread synchronization based on keys.
|
Class | Description |
---|---|
AbstractWeakKeyBasedLockFactory<L> |
Abstract implementation of
KeyBasedLockFactory that uses a WeakHashMap to store the locks. |
WeakKeyBasedReentrantLockFactory |
Actual implementation of
AbstractWeakKeyBasedLockFactory that uses ReentrantLock s. |
Copyright © 2023 CrafterCMS. All rights reserved.