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 
net.sf.ehcache.constructs.nonstop.concurrency Nonstop feature related to concurrent package 
net.sf.ehcache.constructs.nonstop.store Ehcache-nonstopcache behaviors package 
 

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.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
 

Uses of NonstopConfiguration in net.sf.ehcache.constructs.nonstop.concurrency
 

Constructors in net.sf.ehcache.constructs.nonstop.concurrency with parameters of type NonstopConfiguration
CacheOperationUnderExplicitLockCallable(net.sf.ehcache.constructs.nonstop.concurrency.ExplicitLockingContext currentThreadLockContext, NonstopConfiguration nonstopConfiguration, Callable<V> callable)
          public constructor
NonstopCacheLockProvider(NonstopStore nonstopStore, NonstopActiveDelegateHolder nonstopActiveDelegateHolder, ExplicitLockingContextThreadLocal explicitLockingContextThreadLocal, NonstopConfiguration nonstopConfiguration)
          Public constructor
 

Uses of NonstopConfiguration in net.sf.ehcache.constructs.nonstop.store
 

Fields in net.sf.ehcache.constructs.nonstop.store declared as NonstopConfiguration
protected  NonstopConfiguration ExecutorServiceStore.nonstopConfiguration
          The NonstopConfiguration of the cache using this store
 

Constructors in net.sf.ehcache.constructs.nonstop.store with parameters of type NonstopConfiguration
ExecutorServiceStore(NonstopActiveDelegateHolder nonstopActiveDelegateHolder, NonstopConfiguration nonstopConfiguration, NonstopTimeoutBehaviorStoreResolver timeoutBehaviorResolver, CacheCluster cacheCluster, ExplicitLockingContextThreadLocal explicitLockingContextThreadLocal)
          Constructor accepting the NonstopActiveDelegateHolder, NonstopConfiguration and NonstopTimeoutBehaviorStoreResolver
NonstopStoreImpl(NonstopActiveDelegateHolder nonstopActiveDelegateHolder, CacheCluster cacheCluster, NonstopConfiguration nonstopConfig, CacheConfiguration.TransactionalMode transactionalMode, TransactionManagerLookup transactionManagerLookup)
          Constructor accepting the NonstopActiveDelegateHolder, CacheCluster and NonstopConfiguration
TransactionalExecutorServiceStore(NonstopActiveDelegateHolder nonstopActiveDelegateHolder, NonstopConfiguration nonstopConfiguration, NonstopTimeoutBehaviorStoreResolver timeoutBehaviorResolver, CacheCluster cacheCluster, TransactionManagerLookup transactionManagerLookup, ExplicitLockingContextThreadLocal explicitLockingContextThreadLocal)
          Constructor
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.