Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.constructs.nonstop |
Ehcache-nonstopcache package
|
net.sf.ehcache.constructs.nonstop.concurrency |
Nonstop feature related to concurrent package
|
net.sf.ehcache.constructs.nonstop.store |
Ehcache-nonstopcache behaviors package
|
net.sf.ehcache.event |
This package contains interfaces and classes for listening to events.
|
Modifier and Type | Class and Description |
---|---|
private static class |
Cache.NonstopActiveDelegateHolderImpl
Private Static class
|
Modifier and Type | Method and Description |
---|---|
protected NonstopActiveDelegateHolder |
Cache.getNonstopActiveDelegateHolder()
Returns the
NonstopActiveDelegateHolder |
private NonstopActiveDelegateHolder |
CacheManager.getNonstopActiveDelegateHolder(Ehcache cache) |
Modifier and Type | Method and Description |
---|---|
NonstopStore |
NonstopTimeoutBehaviorFactory.createNonstopTimeoutBehaviorStore(NonstopActiveDelegateHolder nonstopActiveDelegateHolder)
Create the
NonstopStore to be used for timeout |
Modifier and Type | Field and Description |
---|---|
private NonstopActiveDelegateHolder |
NonStopCacheKeySet.nonstopActiveDelegateHolder |
private NonstopActiveDelegateHolder |
NonstopSync.nonstopActiveDelegateHolder |
private NonstopActiveDelegateHolder |
NonstopCacheLockProvider.nonstopActiveDelegateHolder |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
NonstopSync.LockOperationType.performOperation(ExplicitLockingContext appThreadLockContext,
NonstopActiveDelegateHolder nonstopActiveDelegateHolder,
java.lang.Object key,
long timeout,
LockType type,
NonstopConfiguration config) |
abstract void |
NonstopSync.LockOperationType.rollback(ExplicitLockingContext appThreadLockContext,
NonstopActiveDelegateHolder nonstopActiveDelegateHolder,
java.lang.Object key,
LockType type,
boolean success) |
Constructor and Description |
---|
NonStopCacheKeySet(NonstopActiveDelegateHolder nonstopActiveDelegateHolder,
java.util.List keys)
Non stop store to iterate over key set
|
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 NonstopActiveDelegateHolder |
ExecutorServiceStore.nonstopActiveDelegateHolder |
private NonstopActiveDelegateHolder |
NonstopStoreImpl.nonstopActiveDelegateHolder |
private NonstopActiveDelegateHolder |
LocalReadsOnTimeoutStore.nonstopActiveDelegateHolder |
Modifier and Type | Field and Description |
---|---|
private NonstopActiveDelegateHolder |
NonstopCacheEventListener.nonstopActiveDelegateHolder |
Constructor and Description |
---|
NonstopCacheEventListener(NonstopActiveDelegateHolder nonstopActiveDelegateHolder)
Public constructor
|