Package | Description |
---|---|
net.sf.ehcache.constructs.nonstop.store |
Ehcache-nonstopcache behaviors package
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionalExecutorServiceStore
This implementation is identical to TransactionalExecutorServiceStore except that it ensures the transactional context
gets propagated to the executor thread.
|
Modifier and Type | Field and Description |
---|---|
private ExecutorServiceStore |
ExecutorServiceStore.ClusterStatusListener.executorServiceStore |
private ExecutorServiceStore |
NonstopStoreImpl.executorServiceStore |
private ExecutorServiceStore |
RejoinAwareBlockingOperation.executorServiceStore |
Constructor and Description |
---|
ClusterStatusListener(ExecutorServiceStore executorServiceStore,
CacheCluster cacheCluster) |
RejoinAwareBlockingOperation(ExecutorServiceStore executorServiceStore,
java.util.concurrent.Callable<V> callable)
Public constructor
|