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
|
net.sf.ehcache.constructs.nonstop.concurrency |
Nonstop feature related to concurrent package
|
net.sf.ehcache.constructs.nonstop.store |
Ehcache-nonstopcache behaviors package
|
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.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 |
Constructor and Description |
---|
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
|
Modifier and Type | Field and Description |
---|---|
protected NonstopConfiguration |
ExecutorServiceStore.nonstopConfiguration
The NonstopConfiguration of the cache using this store
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.