|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheLockProvider | |
---|---|
net.sf.ehcache.concurrent | This package contains concurrency classes and utilities that are not available in java.util.concurrent. |
net.sf.ehcache.constructs.nonstop | Ehcache-nonstopcache package |
net.sf.ehcache.constructs.nonstop.store | Ehcache-nonstopcache behaviors package |
Uses of CacheLockProvider in net.sf.ehcache.concurrent |
---|
Classes in net.sf.ehcache.concurrent that implement CacheLockProvider | |
---|---|
class |
StripedReadWriteLockSync
Provides a number of Sync which allow fine-grained concurrency. |
Uses of CacheLockProvider in net.sf.ehcache.constructs.nonstop |
---|
Methods in net.sf.ehcache.constructs.nonstop that return CacheLockProvider | |
---|---|
CacheLockProvider |
NonstopActiveDelegateHolder.getUnderlyingCacheLockProvider()
Returns the current underlying CacheLockProvider |
Uses of CacheLockProvider in net.sf.ehcache.constructs.nonstop.store |
---|
Subinterfaces of CacheLockProvider in net.sf.ehcache.constructs.nonstop.store | |
---|---|
interface |
NonstopStore
Interface for nonstop feature |
Classes in net.sf.ehcache.constructs.nonstop.store that implement CacheLockProvider | |
---|---|
class |
ExceptionOnTimeoutStore
Implementation of NonstopStore that throws NonStopCacheException for all operations. |
class |
ExecutorServiceStore
This implementation executes all operations using a NonstopExecutorService. |
class |
LocalReadsOnTimeoutStore
A NonstopStore implementation that returns the local value in the VM, if present, for get operations and no-op for put,
remove and other operations |
class |
NonstopStoreImpl
A NonstopStore implementation which does not block threads when the cluster goes down. |
class |
NoOpOnTimeoutStore
Implementation of NonstopStore which returns null for all get
operations and does nothing for puts and removes. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |