| 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> |
StripedReadWriteLock.getAllSyncs()
Returns all Syncs
|
List<ReadWriteLockSync> |
StripedReadWriteLockSync.getAllSyncs()
Returns all internal syncs
|
| Modifier and Type | Method and Description |
|---|---|
protected List<ReadWriteLockSync> |
FrontEndCacheTier.getAllLocks()
Returns all ReadWriteLockSyncs guarding this store.
|
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.