|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReadWriteLockSync | |
|---|---|
| net.sf.ehcache.concurrent | This package contains concurrency classes and utilities that are not available in java.util.concurrent. |
| net.sf.ehcache.store | Store package. |
| Uses of ReadWriteLockSync in net.sf.ehcache.concurrent |
|---|
| Methods in net.sf.ehcache.concurrent that return ReadWriteLockSync | |
|---|---|
ReadWriteLockSync |
StripedReadWriteLockSync.getSyncForKey(Object key)
Gets the Sync Stripe to use for a given key. |
| Methods in net.sf.ehcache.concurrent that return types with arguments of type ReadWriteLockSync | |
|---|---|
List<ReadWriteLockSync> |
StripedReadWriteLockSync.getAllSyncs()
Returns all internal syncs |
List<ReadWriteLockSync> |
StripedReadWriteLock.getAllSyncs()
Returns all Syncs |
| Uses of ReadWriteLockSync in net.sf.ehcache.store |
|---|
| Methods in net.sf.ehcache.store that return types with arguments of type ReadWriteLockSync | |
|---|---|
protected List<ReadWriteLockSync> |
FrontEndCacheTier.getAllLocks()
Returns all ReadWriteLockSyncs guarding this store. |
|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||