Uses of Package
org.infinispan.util.concurrent.locks
-
Packages that use org.infinispan.util.concurrent.locks Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.cache.impl org.infinispan.commands.control org.infinispan.commands.functional org.infinispan.commands.tx Commands that represent transactional lifecycle transitions.org.infinispan.commands.write Commands that alter the state of the cache.org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.security.actions org.infinispan.security.impl org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities.org.infinispan.util.concurrent.locks.impl -
Classes in org.infinispan.util.concurrent.locks used by org.infinispan Class Description LockManager An interface to deal with all aspects of acquiring and releasing locks for cache entries. -
Classes in org.infinispan.util.concurrent.locks used by org.infinispan.cache.impl Class Description LockManager An interface to deal with all aspects of acquiring and releasing locks for cache entries. -
Classes in org.infinispan.util.concurrent.locks used by org.infinispan.commands.control Class Description RemoteLockCommand Simple interface to extract all the keys that may need to be locked.TransactionalRemoteLockCommand Simple interface to extract all the keys that may need to be locked for transactional commands. -
Classes in org.infinispan.util.concurrent.locks used by org.infinispan.commands.functional Class Description RemoteLockCommand Simple interface to extract all the keys that may need to be locked. -
Classes in org.infinispan.util.concurrent.locks used by org.infinispan.commands.tx Class Description RemoteLockCommand Simple interface to extract all the keys that may need to be locked.TransactionalRemoteLockCommand Simple interface to extract all the keys that may need to be locked for transactional commands. -
Classes in org.infinispan.util.concurrent.locks used by org.infinispan.commands.write Class Description RemoteLockCommand Simple interface to extract all the keys that may need to be locked. -
Classes in org.infinispan.util.concurrent.locks used by org.infinispan.factories Class Description LockManager An interface to deal with all aspects of acquiring and releasing locks for cache entries. -
Classes in org.infinispan.util.concurrent.locks used by org.infinispan.interceptors.impl Class Description LockManager An interface to deal with all aspects of acquiring and releasing locks for cache entries. -
Classes in org.infinispan.util.concurrent.locks used by org.infinispan.interceptors.locking Class Description LockManager An interface to deal with all aspects of acquiring and releasing locks for cache entries. -
Classes in org.infinispan.util.concurrent.locks used by org.infinispan.remoting.inboundhandler Class Description LockListener The listener forLockPromise.LockState TheInfinispanLockpossible states. -
Classes in org.infinispan.util.concurrent.locks used by org.infinispan.security.actions Class Description LockManager An interface to deal with all aspects of acquiring and releasing locks for cache entries. -
Classes in org.infinispan.util.concurrent.locks used by org.infinispan.security.impl Class Description LockManager An interface to deal with all aspects of acquiring and releasing locks for cache entries. -
Classes in org.infinispan.util.concurrent.locks used by org.infinispan.util.concurrent.locks Class Description KeyAwareLockListener A listener forKeyAwareLockPromise.KeyAwareLockPromise An extension ofLockPromisethat contains a key associated to the lock.LockListener The listener forLockPromise.LockPromise A promise returned byInfinispanLock.LockState TheInfinispanLockpossible states.PendingLockListener A listener that is invoked whenPendingLockPromiseis ready.PendingLockPromise A promise returned byPendingLockManager.RemoteLockCommand Simple interface to extract all the keys that may need to be locked. -
Classes in org.infinispan.util.concurrent.locks used by org.infinispan.util.concurrent.locks.impl Class Description DeadlockChecker An interface to implement the deadlock algorithm.ExtendedLockPromise An extendedLockPromiseinterface that allows a better control over it.KeyAwareLockPromise An extension ofLockPromisethat contains a key associated to the lock.LockManager An interface to deal with all aspects of acquiring and releasing locks for cache entries.PendingLockManager A manager that checks and waits for older topology transaction with conflicting keys.PendingLockPromise A promise returned byPendingLockManager.