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.
|
net.sf.ehcache.store.disk |
This package contains the disk store.
|
Modifier and Type | Field and Description |
---|---|
private ReadWriteLockSync[] |
StripedReadWriteLockSync.mutexes |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ReadWriteLockSync> |
StripedReadWriteLockSync.mutexesAsList |
Modifier and Type | Method and Description |
---|---|
ReadWriteLockSync |
StripedReadWriteLockSync.getSyncForKey(java.lang.Object key)
Gets the Sync Stripe to use for a given key.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ReadWriteLockSync> |
StripedReadWriteLock.getAllSyncs()
Returns all Syncs
|
java.util.List<ReadWriteLockSync> |
StripedReadWriteLockSync.getAllSyncs()
Returns all internal syncs
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<ReadWriteLockSync> |
FrontEndCacheTier.getAllLocks()
Returns all ReadWriteLockSyncs guarding this store.
|
Modifier and Type | Field and Description |
---|---|
private ReadWriteLockSync[] |
DiskStore.DiskStoreStripedReadWriteLock.locks |
Modifier and Type | Method and Description |
---|---|
ReadWriteLockSync |
DiskStore.DiskStoreStripedReadWriteLock.getSyncForKey(java.lang.Object key)
Gets the Sync Stripe to use for a given key.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ReadWriteLockSync> |
DiskStore.DiskStoreStripedReadWriteLock.getAllSyncs()
Returns all Syncs
|