Package | Description |
---|---|
net.sf.ehcache.constructs.nonstop.concurrency |
Nonstop feature related to concurrent package
|
net.sf.ehcache.constructs.nonstop.store |
Ehcache-nonstopcache behaviors package
|
Modifier and Type | Field and Description |
---|---|
private ExplicitLockingContextThreadLocal |
NonstopSync.explicitLockingContextThreadLocal |
private ExplicitLockingContextThreadLocal |
NonstopCacheLockProvider.explicitLockingContextThreadLocal |
Constructor and Description |
---|
NonstopCacheLockProvider(NonstopStore nonstopStore,
NonstopActiveDelegateHolder nonstopActiveDelegateHolder,
ExplicitLockingContextThreadLocal explicitLockingContextThreadLocal,
NonstopConfiguration nonstopConfiguration)
Public constructor
|
NonstopSync(NonstopStore nonstopStore,
NonstopActiveDelegateHolder nonstopActiveDelegateHolder,
ExplicitLockingContextThreadLocal explicitLockingContextThreadLocal,
java.lang.Object key,
NonstopConfiguration nonstopConfiguration)
Constructor accepting the
NonstopStore and the actual Sync |
Modifier and Type | Field and Description |
---|---|
private ExplicitLockingContextThreadLocal |
ExecutorServiceStore.explicitLockingContextThreadLocal |
private ExplicitLockingContextThreadLocal |
NonstopStoreImpl.explicitLockingContextThreadLocal |
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
|