Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
net.sf.ehcache.constructs.nonstop |
Ehcache-nonstopcache package
|
Modifier and Type | Field and Description |
---|---|
static TimeoutBehaviorConfiguration.TimeoutBehaviorType |
TimeoutBehaviorConfiguration.DEFAULT_TIMEOUT_BEHAVIOR_TYPE
Default value for timeout behavior
|
Modifier and Type | Method and Description |
---|---|
TimeoutBehaviorConfiguration.TimeoutBehaviorType |
TimeoutBehaviorConfiguration.getTimeoutBehaviorType()
Returns the type of timeout behavior configured
|
static TimeoutBehaviorConfiguration.TimeoutBehaviorType |
TimeoutBehaviorConfiguration.TimeoutBehaviorType.getTimeoutBehaviorTypeFromName(String typeName)
Get the
TimeoutBehaviorConfiguration.TimeoutBehaviorType corresponding to a name |
static TimeoutBehaviorConfiguration.TimeoutBehaviorType |
TimeoutBehaviorConfiguration.TimeoutBehaviorType.valueOf(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.
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.