|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NonstopStore | |
|---|---|
| net.sf.ehcache.constructs.nonstop | Ehcache-nonstopcache package |
| net.sf.ehcache.constructs.nonstop.concurrency | Nonstop feature related to concurrent package |
| net.sf.ehcache.constructs.nonstop.store | Ehcache-nonstopcache behaviors package |
| Uses of NonstopStore in net.sf.ehcache.constructs.nonstop |
|---|
| Methods in net.sf.ehcache.constructs.nonstop that return NonstopStore | |
|---|---|
NonstopStore |
NonstopTimeoutBehaviorFactory.createNonstopTimeoutBehaviorStore(NonstopActiveDelegateHolder nonstopActiveDelegateHolder)
Create the NonstopStore to be used for timeout |
| Uses of NonstopStore in net.sf.ehcache.constructs.nonstop.concurrency |
|---|
| Constructors in net.sf.ehcache.constructs.nonstop.concurrency with parameters of type NonstopStore | |
|---|---|
NonstopCacheLockProvider(NonstopStore nonstopStore,
NonstopActiveDelegateHolder nonstopActiveDelegateHolder,
ExplicitLockingContextThreadLocal explicitLockingContextThreadLocal)
Public constructor |
|
| Uses of NonstopStore in net.sf.ehcache.constructs.nonstop.store |
|---|
| Subinterfaces of NonstopStore in net.sf.ehcache.constructs.nonstop.store | |
|---|---|
interface |
RejoinAwareNonstopStore
Rejoin aware NonstopStore |
| Classes in net.sf.ehcache.constructs.nonstop.store that implement NonstopStore | |
|---|---|
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. |
class |
TransactionalExecutorServiceStore
This implementation is identical to TransactionalExecutorServiceStore except that it ensures the transactional context gets propagated to the executor thread. |
| Methods in net.sf.ehcache.constructs.nonstop.store that return NonstopStore | |
|---|---|
protected NonstopStore |
ExecutorServiceStore.resolveTimeoutBehaviorStore()
Get the timeout behavior resolver NonstopStore |
NonstopStore |
NonstopTimeoutBehaviorStoreResolver.resolveTimeoutBehaviorStore()
Resolve the NonstopStore to be used |
NonstopStore |
NonstopStoreImpl.resolveTimeoutBehaviorStore()
Resolve the NonstopStore to be used |
|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||