See: Description
Interface | Description |
---|---|
ExpirableLockRegistry |
A
LockRegistry implementing this interface supports the removal of aged locks
that are not currently locked. |
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. |