ehcache

Package net.sf.ehcache.constructs.nonstop.store

Ehcache-nonstopcache behaviors package

See:
          Description

Interface Summary
NonstopStore Interface for nonstop feature
NonstopTimeoutBehaviorStoreResolver Interface for resolving a NonstopStore.
RejoinAwareNonstopStore Rejoin aware NonstopStore
 

Class Summary
ExceptionOnTimeoutStore Implementation of NonstopStore that throws NonStopCacheException for all operations.
ExecutorServiceStore This implementation executes all operations using a NonstopExecutorService.
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
NonstopStoreImpl A NonstopStore implementation which does not block threads when the cluster goes down.
NoOpOnTimeoutStore Implementation of NonstopStore which returns null for all get operations and does nothing for puts and removes.
RejoinAwareBlockingOperation<V> A Callable implementation that accepts another callable delegate for executing it in nonstop+rejoin context.
TransactionalExecutorServiceStore This implementation is identical to TransactionalExecutorServiceStore except that it ensures the transactional context gets propagated to the executor thread.
 

Package net.sf.ehcache.constructs.nonstop.store Description

Ehcache-nonstopcache behaviors package

This package contains various implementations of Store for nonstop feature


ehcache

true