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.remote.recovery org.infinispan.commands.tx Commands that represent transactional lifecycle transitions.org.infinispan.commands.tx.totalorder org.infinispan.commands.write Commands that alter the state of the cache.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.remoting.inboundhandler.action 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.remote.recovery 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.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.tx.totalorder 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.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 KeyAwareLockPromise An extension ofLockPromise
that contains a key associated to the lock.LockManager An interface to deal with all aspects of acquiring and releasing locks for cache entries.LockPromise A promise returned byInfinispanLock
. -
Classes in org.infinispan.util.concurrent.locks used by org.infinispan.remoting.inboundhandler Class Description LockListener The listener forLockPromise
.LockState TheInfinispanLock
possible states. -
Classes in org.infinispan.util.concurrent.locks used by org.infinispan.remoting.inboundhandler.action Class Description LockListener The listener forLockPromise
.LockManager An interface to deal with all aspects of acquiring and releasing locks for cache entries.LockState TheInfinispanLock
possible states.PendingLockListener A listener that is invoked whenPendingLockPromise
is ready.PendingLockManager A manager that checks and waits for older topology transaction with conflicting keys. -
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 ofLockPromise
that contains a key associated to the lock.LockListener The listener forLockPromise
.LockPromise A promise returned byInfinispanLock
.LockState TheInfinispanLock
possible states.PendingLockListener A listener that is invoked whenPendingLockPromise
is 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 extendedLockPromise
interface that allows a better control over it.KeyAwareLockPromise An extension ofLockPromise
that 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
.