ehcache

Package net.sf.ehcache.constructs.nonstop

Ehcache-nonstopcache package

See:
          Description

Interface Summary
ClusterOperation<V> Interface for executing clustered operations (that can potentially get stuck)
ClusterOperationCallable<V> A Callable that is used to execute ClusterOperation
NonstopActiveDelegateHolder Interface for resolving the active TerracottaStore, nonstop Executor Service, underlying CacheLockProvider, all of which can change on rejoin
NonstopExecutorService  
NonstopExecutorServiceFactory Factory for NonstopExecutorService
NonstopTimeoutBehaviorFactory Factory for creating NonstopStore that will be used on timeout.
 

Class Summary
CacheManagerExecutorServiceFactory NonstopExecutorServiceFactory that creates and maintains one per CacheManager
NonstopExecutorServiceImpl Class used by NonStopCache for executing tasks within a timeout limit.
NonstopThreadPool A thread pool that creates another thread pool per requesting thread.
 

Exception Summary
NonStopCacheException Exception type thrown for NonStopCache operations
TaskNotSubmittedTimeoutException Subclass of TimeoutException.
ThrowTimeoutException Exception that can be thrown by Callable's submitted to NonstopExecutorService.
 

Package net.sf.ehcache.constructs.nonstop Description

Ehcache-nonstopcache package

This package contains core classes for NonStopCache features


ehcache

true