Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
net.sf.ehcache.config.generator.model.elements |
This package contains utility classes encapsulating ideas of Elements and Attributes from the ehcache.xsd
|
Modifier and Type | Field and Description |
---|---|
static TimeoutBehaviorConfiguration |
NonstopConfiguration.DEFAULT_TIMEOUT_BEHAVIOR
Default value of timeoutBehavior attribute
|
Modifier and Type | Method and Description |
---|---|
TimeoutBehaviorConfiguration |
NonstopConfiguration.getTimeoutBehavior()
Returns value of timeoutBehavior configured
|
TimeoutBehaviorConfiguration |
TimeoutBehaviorConfiguration.properties(String value)
Set the properties
|
TimeoutBehaviorConfiguration |
TimeoutBehaviorConfiguration.propertySeparator(String value)
Set the property separator
|
TimeoutBehaviorConfiguration |
TimeoutBehaviorConfiguration.type(String type)
Set the type of timeout behavior
|
Modifier and Type | Method and Description |
---|---|
void |
NonstopConfiguration.addTimeoutBehavior(TimeoutBehaviorConfiguration timeoutBehavior)
Set the value of timeoutBehavior
|
NonstopConfiguration |
NonstopConfiguration.timeoutBehavior(TimeoutBehaviorConfiguration timeoutBehavior)
Set the value of timeoutBehavior
|
Constructor and Description |
---|
TimeoutBehaviorConfiguration(TimeoutBehaviorConfiguration ref)
Copy constructor
|
Constructor and Description |
---|
TimeoutBehaviorConfigurationElement(NodeElement parent,
TimeoutBehaviorConfiguration timeoutBehaviorConfiguration)
Constructor accepting the parent and the
TimeoutBehaviorConfiguration |
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.