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 NonstopConfiguration |
TerracottaConfiguration.DEFAULT_NON_STOP_CONFIGURATION
Default value for
NonstopConfiguration |
Modifier and Type | Method and Description |
---|---|
NonstopConfiguration |
NonstopConfiguration.clone() |
NonstopConfiguration |
NonstopConfiguration.enabled(boolean nonstop)
Set the value of nonstop
|
NonstopConfiguration |
TerracottaConfiguration.getNonstopConfiguration()
Get the
NonstopConfiguration , may be null |
NonstopConfiguration |
NonstopConfiguration.immediateTimeout(boolean immediateTimeout)
Set the value of immediateTimeout
|
NonstopConfiguration |
NonstopConfiguration.searchTimeoutMillis(long searchTimeoutMillis)
Set the value of the search timeout
|
NonstopConfiguration |
NonstopConfiguration.timeoutBehavior(TimeoutBehaviorConfiguration timeoutBehavior)
Set the value of timeoutBehavior
|
NonstopConfiguration |
NonstopConfiguration.timeoutMillis(long timeoutMillis)
Set the value of timeoutMillis
|
Modifier and Type | Method and Description |
---|---|
void |
TerracottaConfiguration.addNonstop(NonstopConfiguration nonstopConfiguration)
Add the
NonstopConfiguration |
TerracottaConfiguration |
TerracottaConfiguration.nonstop(NonstopConfiguration nonstopConfiguration)
Set the
NonstopConfiguration |
Constructor and Description |
---|
NonstopConfigurationElement(NodeElement parent,
NonstopConfiguration nonstopConfiguration)
Constructor accepting the parent and the
NonstopConfiguration |
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.