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 | Method and Description |
---|---|
protected NonstopExecutorService |
CacheManager.getNonstopExecutorService()
Return the
NonstopExecutorService associated with this cacheManager |
Modifier and Type | Class and Description |
---|---|
class |
NonstopExecutorServiceImpl
Class used by NonStopCache for executing tasks within a timeout limit.
|
Modifier and Type | Method and Description |
---|---|
NonstopExecutorService |
NonstopActiveDelegateHolder.getNonstopExecutorService()
Returns the current underlying NonstopExecutorService
|
NonstopExecutorService |
CacheManagerExecutorServiceFactory.getOrCreateNonstopExecutorService(CacheManager cacheManager)
Creates a
NonstopExecutorService and returns it if not already created |
NonstopExecutorService |
NonstopExecutorServiceFactory.getOrCreateNonstopExecutorService(CacheManager cacheManager)
Creates a
NonstopExecutorService and returns it if not already created |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.