Package org.infinispan.lock.api


package org.infinispan.lock.api
Clustered Locks API.
  • Class
    Description
    ClusteredLock 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.
    Ownership level is a configuration parameter for ClusteredLock.