Uses of Class
net.sf.ehcache.transaction.SoftLockID
-
Packages that use SoftLockID Package Description net.sf.ehcache.transaction This package contains classes for controlling cache operations for transactional use. -
-
Uses of SoftLockID in net.sf.ehcache.transaction
Methods in net.sf.ehcache.transaction that return SoftLockID Modifier and Type Method Description SoftLockIDAbstractSoftLockManager. createSoftLockID(TransactionID transactionID, java.lang.Object key, Element newElement, Element oldElement)Create a new soft lock ID and associated soft lock if necessary.SoftLockIDSoftLockManager. createSoftLockID(TransactionID transactionID, java.lang.Object key, Element newElement, Element oldElement)Create a new soft lock ID and associated soft lock if necessary.Methods in net.sf.ehcache.transaction that return types with arguments of type SoftLockID Modifier and Type Method Description protected abstract java.util.concurrent.ConcurrentMap<SoftLockID,SoftLock>AbstractSoftLockManager. getAllLocks()Return the map of all soft locks.protected java.util.concurrent.ConcurrentMap<SoftLockID,SoftLock>SoftLockManagerImpl. getAllLocks()protected abstract java.util.concurrent.ConcurrentMap<SoftLockID,java.lang.Boolean>AbstractSoftLockManager. getNewKeyLocks()Return the map of all locks that are for new keys.protected java.util.concurrent.ConcurrentMap<SoftLockID,java.lang.Boolean>SoftLockManagerImpl. getNewKeyLocks()Methods in net.sf.ehcache.transaction with parameters of type SoftLockID Modifier and Type Method Description SoftLockAbstractSoftLockManager. findSoftLockById(SoftLockID softLockId)Find a previously created and still existing soft lockSoftLockSoftLockManager. findSoftLockById(SoftLockID softLockId)Find a previously created and still existing soft lockElementReadCommittedSoftLockImpl. getElement(TransactionID currentTransactionId, SoftLockID softLockId)Get the element the current transaction is supposed to see.ElementSoftLock. getElement(TransactionID currentTransactionId, SoftLockID softLockId)Get the element the current transaction is supposed to see.
-