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, getKeysInvisibleInContext
public SoftLockManagerImpl(String cacheName, SoftLockFactory lockFactory)
cacheName
- the name of the cacheprotected ConcurrentMap<SoftLockID,SoftLock> getAllLocks()
AbstractSoftLockManager
getAllLocks
in class AbstractSoftLockManager
protected ConcurrentMap<SoftLockID,Boolean> getNewKeyLocks()
AbstractSoftLockManager
getNewKeyLocks
in class AbstractSoftLockManager
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.