ehcache

Uses of Interface
net.sf.ehcache.store.TerracottaStore

Packages that use TerracottaStore
net.sf.ehcache.constructs.nonstop Ehcache-nonstopcache package 
net.sf.ehcache.constructs.nonstop.store Ehcache-nonstopcache behaviors package 
 

Uses of TerracottaStore in net.sf.ehcache.constructs.nonstop
 

Methods in net.sf.ehcache.constructs.nonstop that return TerracottaStore
 TerracottaStore NonstopActiveDelegateHolder.getUnderlyingTerracottaStore()
          Returns the current underlying TerracottaStore
 

Methods in net.sf.ehcache.constructs.nonstop with parameters of type TerracottaStore
 void NonstopActiveDelegateHolder.terracottaStoreInitialized(TerracottaStore newTerracottaStore)
          TerracottaStore got initialized again on rejoin
 

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

Subinterfaces of TerracottaStore in net.sf.ehcache.constructs.nonstop.store
 interface NonstopStore
          Interface for nonstop feature
 

Classes in net.sf.ehcache.constructs.nonstop.store that implement TerracottaStore
 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

true