Uses of Package
org.infinispan.lock.api
Packages that use org.infinispan.lock.api
Package
Description
Embedded Clustered Locks.
Clustered Locks API.
-
Classes in org.infinispan.lock.api used by org.infinispan.lockClassDescriptionProvides the API to define, create and remove ClusteredLocks.
-
Classes in org.infinispan.lock.api used by org.infinispan.lock.apiClassDescriptionClusteredLock is a data structure used for concurrent programming between Infinispan instances in cluster mode.A Clustered Lock can be reentrant and there are different ownership levels.Ownership level is a configuration parameter for
ClusteredLock. -
Classes in org.infinispan.lock.api used by org.infinispan.lock.impl.lockClassDescriptionClusteredLock is a data structure used for concurrent programming between Infinispan instances in cluster mode.
-
Classes in org.infinispan.lock.api used by org.infinispan.lock.impl.managerClassDescriptionClusteredLock is a data structure used for concurrent programming between Infinispan instances in cluster mode.A Clustered Lock can be reentrant and there are different ownership levels.Provides the API to define, create and remove ClusteredLocks.