Package org.infinispan.lock.api
Clustered Locks API.
-
Interface Summary Interface Description ClusteredLock ClusteredLock is a data structure used for concurrent programming between Infinispan instances in cluster mode.ClusteredLockManager Provides the API to define, create and remove ClusteredLocks. -
Class Summary Class Description ClusteredLockConfiguration A Clustered Lock can be reentrant and there are different ownership levels. -
Enum Summary Enum Description OwnershipLevel Ownership level is a configuration parameter forClusteredLock
.