public interface StripedReadWriteLock extends CacheLockProvider
| Modifier and Type | Method and Description |
|---|---|
List<ReadWriteLockSync> |
getAllSyncs()
Returns all Syncs
|
ReadWriteLock |
getLockForKey(Object key)
Returns a ReadWriteLock for a particular key
|
getSyncForKeyReadWriteLock getLockForKey(Object key)
key - the keyList<ReadWriteLockSync> getAllSyncs()
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.