Interface LockRegistry<L extends Lock>

Type Parameters:
L - The expected class of the lock implementation
All Known Subinterfaces:
ExpirableLockRegistry<L>, RenewableLockRegistry<L>
All Known Implementing Classes:
DefaultLockRegistry, JdbcLockRegistry, PassThruLockRegistry, RedisLockRegistry, ZookeeperLockRegistry
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface LockRegistry<L extends Lock>
Strategy for maintaining a registry of shared locks.
Since:
2.1.1
Author:
Oleg Zhurakousky, Gary Russell, Artem Bilan