public interface StripedReadWriteLock extends CacheLockProvider
Modifier and Type | Method and Description |
---|---|
java.util.List<ReadWriteLockSync> |
getAllSyncs()
Returns all Syncs
|
java.util.concurrent.locks.ReadWriteLock |
getLockForKey(java.lang.Object key)
Returns a ReadWriteLock for a particular key
|
getSyncForKey
java.util.concurrent.locks.ReadWriteLock getLockForKey(java.lang.Object key)
key
- the keyjava.util.List<ReadWriteLockSync> getAllSyncs()