Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.constructs.nonstop |
Ehcache-nonstopcache package
|
Modifier and Type | Field and Description |
---|---|
private NonstopExecutorService |
Cache.NonstopActiveDelegateHolderImpl.nonstopExecutorService |
Modifier and Type | Method and Description |
---|---|
protected NonstopExecutorService |
CacheManager.getNonstopExecutorService()
Return the
NonstopExecutorService associated with this cacheManager |
NonstopExecutorService |
Cache.NonstopActiveDelegateHolderImpl.getNonstopExecutorService() |
Modifier and Type | Class and Description |
---|---|
class |
NonstopExecutorServiceImpl
Class used by NonStopCache for executing tasks within a timeout limit.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,NonstopExecutorService> |
CacheManagerExecutorServiceFactory.executorServiceMap |
Modifier and Type | Method and Description |
---|---|
NonstopExecutorService |
NonstopActiveDelegateHolder.getNonstopExecutorService()
Returns the current underlying NonstopExecutorService
|
NonstopExecutorService |
NonstopExecutorServiceFactory.getOrCreateNonstopExecutorService(CacheManager cacheManager)
Creates a
NonstopExecutorService and returns it if not already created |
NonstopExecutorService |
CacheManagerExecutorServiceFactory.getOrCreateNonstopExecutorService(CacheManager cacheManager)
Creates a
NonstopExecutorService and returns it if not already created |