Uses of Class
net.sf.ehcache.config.NonstopConfiguration
-
Packages that use NonstopConfiguration 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 -
-
Uses of NonstopConfiguration in net.sf.ehcache.config
Fields in net.sf.ehcache.config declared as NonstopConfiguration Modifier and Type Field Description static NonstopConfigurationTerracottaConfiguration. DEFAULT_NON_STOP_CONFIGURATIONDefault value forNonstopConfigurationMethods in net.sf.ehcache.config that return NonstopConfiguration Modifier and Type Method Description NonstopConfigurationNonstopConfiguration. clone()NonstopConfigurationNonstopConfiguration. enabled(boolean nonstop)Set the value of nonstopNonstopConfigurationTerracottaConfiguration. getNonstopConfiguration()Get theNonstopConfiguration, may be nullNonstopConfigurationNonstopConfiguration. immediateTimeout(boolean immediateTimeout)Set the value of immediateTimeoutNonstopConfigurationNonstopConfiguration. searchTimeoutMillis(long searchTimeoutMillis)Set the value of the search timeoutNonstopConfigurationNonstopConfiguration. timeoutBehavior(TimeoutBehaviorConfiguration timeoutBehavior)Set the value of timeoutBehaviorNonstopConfigurationNonstopConfiguration. timeoutMillis(long timeoutMillis)Set the value of timeoutMillisMethods in net.sf.ehcache.config with parameters of type NonstopConfiguration Modifier and Type Method Description voidTerracottaConfiguration. addNonstop(NonstopConfiguration nonstopConfiguration)Add theNonstopConfigurationTerracottaConfigurationTerracottaConfiguration. nonstop(NonstopConfiguration nonstopConfiguration)Set theNonstopConfiguration -
Uses of NonstopConfiguration in net.sf.ehcache.config.generator.model.elements
Constructors in net.sf.ehcache.config.generator.model.elements with parameters of type NonstopConfiguration Constructor Description NonstopConfigurationElement(NodeElement parent, NonstopConfiguration nonstopConfiguration)Constructor accepting the parent and theNonstopConfiguration
-