ehcache

Uses of Class
net.sf.ehcache.config.NonstopConfiguration

Packages that use NonstopConfiguration
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
static NonstopConfiguration TerracottaConfiguration.DEFAULT_NON_STOP_CONFIGURATION
          Default value for NonstopConfiguration
 

Methods in net.sf.ehcache.config that return NonstopConfiguration
 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
 

Methods in net.sf.ehcache.config with parameters of type NonstopConfiguration
 void TerracottaConfiguration.addNonstop(NonstopConfiguration nonstopConfiguration)
          Add the NonstopConfiguration
 TerracottaConfiguration TerracottaConfiguration.nonstop(NonstopConfiguration nonstopConfiguration)
          Set the NonstopConfiguration
 

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
NonstopConfigurationElement(NodeElement parent, NonstopConfiguration nonstopConfiguration)
          Constructor accepting the parent and the NonstopConfiguration
 


ehcache

Copyright 2001-2015, Terracotta, Inc.