Package | Description |
---|---|
net.sf.ehcache.constructs.nonstop.store |
Ehcache-nonstopcache behaviors package
|
Modifier and Type | Class and Description |
---|---|
class |
NonstopStoreImpl
A
NonstopStore implementation which does not block threads when the cluster goes down. |
Constructor and Description |
---|
ExecutorServiceStore(NonstopActiveDelegateHolder nonstopActiveDelegateHolder,
NonstopConfiguration nonstopConfiguration,
NonstopTimeoutBehaviorStoreResolver timeoutBehaviorResolver,
CacheCluster cacheCluster,
ExplicitLockingContextThreadLocal explicitLockingContextThreadLocal)
Constructor accepting the
NonstopActiveDelegateHolder , NonstopConfiguration and
NonstopTimeoutBehaviorStoreResolver |
TransactionalExecutorServiceStore(NonstopActiveDelegateHolder nonstopActiveDelegateHolder,
NonstopConfiguration nonstopConfiguration,
NonstopTimeoutBehaviorStoreResolver timeoutBehaviorResolver,
CacheCluster cacheCluster,
TransactionManagerLookup transactionManagerLookup,
ExplicitLockingContextThreadLocal explicitLockingContextThreadLocal)
Constructor
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.