See: Description
Interface | Description |
---|---|
LockRegistry |
Strategy for maintaining a registry of shared locks
|
Class | Description |
---|---|
DefaultLockRegistry |
Default implementation of
LockRegistry which uses Masked Hashcode algorithm to obtain locks. |
PassThruLockRegistry |
The
LockRegistry implementation which has no effect. |