public class SoftLockManagerImpl extends AbstractSoftLockManager
| Constructor and Description |
|---|
SoftLockManagerImpl(String cacheName,
SoftLockFactory lockFactory)
Create a new ReadCommittedSoftLockFactoryImpl instance for a cache
|
| Modifier and Type | Method and Description |
|---|---|
protected ConcurrentMap<SoftLockID,SoftLock> |
getAllLocks()
Return the map of all soft locks.
|
protected ConcurrentMap<SoftLockID,Boolean> |
getNewKeyLocks()
Return the map of all locks that are for new keys.
|
clearSoftLock, collectAllSoftLocksForTransactionID, createSoftLockID, findSoftLockById, getKeysInvisibleInContextpublic SoftLockManagerImpl(String cacheName, SoftLockFactory lockFactory)
cacheName - the name of the cacheprotected ConcurrentMap<SoftLockID,SoftLock> getAllLocks()
AbstractSoftLockManagergetAllLocks in class AbstractSoftLockManagerprotected ConcurrentMap<SoftLockID,Boolean> getNewKeyLocks()
AbstractSoftLockManagergetNewKeyLocks in class AbstractSoftLockManagerCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.