Package | Description |
---|---|
net.sf.ehcache.constructs.nonstop |
Ehcache-nonstopcache package
|
net.sf.ehcache.constructs.nonstop.store |
Ehcache-nonstopcache behaviors package
|
net.sf.ehcache.transaction |
This package contains classes for controlling cache operations for transactional use.
|
net.sf.ehcache.transaction.local |
This package contains the local transactions subsystem.
|
net.sf.ehcache.transaction.xa |
This package contains the functionality to provide XA support to a transactional Cache.
|
Modifier and Type | Method and Description |
---|---|
TerracottaStore |
NonstopActiveDelegateHolder.getUnderlyingTerracottaStore()
Returns the current underlying
TerracottaStore |
Modifier and Type | Method and Description |
---|---|
void |
NonstopActiveDelegateHolder.terracottaStoreInitialized(TerracottaStore newTerracottaStore)
TerracottaStore got initialized again on rejoin |
Modifier and Type | Interface and Description |
---|---|
interface |
NonstopStore
Interface for nonstop feature
|
interface |
RejoinAwareNonstopStore
Rejoin aware
NonstopStore |
Modifier and Type | Class and Description |
---|---|
class |
ExceptionOnTimeoutStore
Implementation of
NonstopStore that throws NonStopCacheException for all operations. |
class |
ExecutorServiceStore
This implementation executes all operations using a NonstopExecutorService.
|
class |
LocalReadsOnTimeoutStore
A
NonstopStore implementation that returns the local value in the VM, if present, for get operations and no-op for put,
remove and other operations |
class |
NonstopStoreImpl
A
NonstopStore implementation which does not block threads when the cluster goes down. |
class |
NoOpOnTimeoutStore
Implementation of
NonstopStore which returns null for all get
operations and does nothing for puts and removes. |
class |
TransactionalExecutorServiceStore
This implementation is identical to TransactionalExecutorServiceStore except that it ensures the transactional context
gets propagated to the executor thread.
|
Modifier and Type | Method and Description |
---|---|
protected TerracottaStore |
ExecutorServiceStore.underlyingTerracottaStore()
Get the underlying Terracotta store
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransactionStore
Abstract transactional store which provides implementation of all non-transactional methods
|
Modifier and Type | Class and Description |
---|---|
class |
JtaLocalTransactionStore
A Store implementation with support for local transactions driven by a JTA transaction manager
|
class |
LocalTransactionStore
A Store implementation with support for local transactions
|
Modifier and Type | Class and Description |
---|---|
class |
XATransactionStore |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.