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
|
getSyncForKey
ReadWriteLock getLockForKey(Object key)
key
- the keyList<ReadWriteLockSync> getAllSyncs()
Copyright 2001-2021, Terracotta, Inc.