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.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.stats.wrappers org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. -
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.interceptors.locking Class Description 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. -
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.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 TheInfinispanLockpossible states.PendingLockListener A listener that is invoked whenPendingLockPromiseis 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.stats.wrappers Class Description 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. -
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.