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
|
RenewableLockRegistry |
A
LockRegistry implementing this interface supports the renewal
of the time to live of a lock. |
Class | Description |
---|---|
DefaultLockRegistry |
Default implementation of
LockRegistry which uses Masked Hashcode algorithm to obtain locks. |
PassThruLockRegistry |
The
LockRegistry implementation which has no effect. |