ehcache

Uses of Interface
net.sf.ehcache.constructs.nonstop.store.NonstopStore

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
NonstopSync(NonstopStore nonstopStore, Sync delegateSync)
          Constructor accepting the NonstopStore and the actual Sync
 

Uses of NonstopStore in net.sf.ehcache.constructs.nonstop.store
 

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.
 

Methods in net.sf.ehcache.constructs.nonstop.store that return NonstopStore
 NonstopStore NonstopStoreImpl.resolveTimeoutBehaviorStore()
          Resolve the NonstopStore to be used
 NonstopStore NonstopTimeoutBehaviorStoreResolver.resolveTimeoutBehaviorStore()
          Resolve the NonstopStore to be used
 


ehcache

true