Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
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 | Field and Description |
---|---|
static TimeoutBehaviorConfiguration.TimeoutBehaviorType |
TimeoutBehaviorConfiguration.DEFAULT_TIMEOUT_BEHAVIOR_TYPE
Default value for timeout behavior
|
private TimeoutBehaviorConfiguration.TimeoutBehaviorType |
TimeoutBehaviorConfiguration.type |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,TimeoutBehaviorConfiguration.TimeoutBehaviorType> |
TimeoutBehaviorConfiguration.TimeoutBehaviorType.TYPE_MAP |
Modifier and Type | Method and Description |
---|---|
TimeoutBehaviorConfiguration.TimeoutBehaviorType |
TimeoutBehaviorConfiguration.getTimeoutBehaviorType()
Returns the type of timeout behavior configured
|
static TimeoutBehaviorConfiguration.TimeoutBehaviorType |
TimeoutBehaviorConfiguration.TimeoutBehaviorType.getTimeoutBehaviorTypeFromName(java.lang.String typeName)
Get the
TimeoutBehaviorConfiguration.TimeoutBehaviorType corresponding to a name |
static TimeoutBehaviorConfiguration.TimeoutBehaviorType |
TimeoutBehaviorConfiguration.TimeoutBehaviorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeoutBehaviorConfiguration.TimeoutBehaviorType[] |
TimeoutBehaviorConfiguration.TimeoutBehaviorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
V |
ClusterOperation.performClusterOperationTimedOut(TimeoutBehaviorConfiguration.TimeoutBehaviorType configuredTimeoutBehavior)
Perform action when the actual operation is not able to complete.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
NonstopSync.ExplicitLockingClusterOperationImpl.performClusterOperationTimedOut(TimeoutBehaviorConfiguration.TimeoutBehaviorType configuredTimeoutBehavior) |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<TimeoutBehaviorConfiguration.TimeoutBehaviorType,NonstopStore> |
NonstopStoreImpl.timeoutBehaviors |
Modifier and Type | Method and Description |
---|---|
java.lang.Void |
NonstopCacheEventListener.CacheEventClusteredOperation.performClusterOperationTimedOut(TimeoutBehaviorConfiguration.TimeoutBehaviorType configuredTimeoutBehavior) |