Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ReadWriteLockSync |
StripedReadWriteLockSync.getSyncForKey(Object key)
Gets the Sync Stripe to use for a given key.
|
Modifier and Type | Method and Description |
---|---|
List<ReadWriteLockSync> |
StripedReadWriteLockSync.getAllSyncs()
Returns all internal syncs
|
List<ReadWriteLockSync> |
StripedReadWriteLock.getAllSyncs()
Returns all Syncs
|
Modifier and Type | Method and Description |
---|---|
protected List<ReadWriteLockSync> |
FrontEndCacheTier.getAllLocks()
Returns all ReadWriteLockSyncs guarding this store.
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.