|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TerracottaStore | |
---|---|
net.sf.ehcache.store | Store package. |
net.sf.ehcache.terracotta | This package contains the Terracotta integration functionalities. |
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. |
Uses of TerracottaStore in net.sf.ehcache.store |
---|
Classes in net.sf.ehcache.store that implement TerracottaStore | |
---|---|
class |
TerracottaTransactionalCopyingCacheStore
A copying cache store designed for transactional terracotta clustered stores |
Constructors in net.sf.ehcache.store with parameters of type TerracottaStore | |
---|---|
TerracottaTransactionalCopyingCacheStore(TerracottaStore store,
ReadWriteCopyStrategy<Element> copyStrategyInstance,
ClassLoader loader)
Creates a terracotta copying instance of store, that wraps the actual storage |
Uses of TerracottaStore in net.sf.ehcache.terracotta |
---|
Methods in net.sf.ehcache.terracotta that return TerracottaStore | |
---|---|
TerracottaStore |
ClusteredInstanceFactoryWrapper.createNonStopStore(Callable<TerracottaStore> store,
Ehcache cache)
|
TerracottaStore |
ClusteredInstanceFactory.createNonStopStore(Callable<TerracottaStore> store,
Ehcache cache)
Create a NonStopStoreWrapper for a terracottaStore |
Method parameters in net.sf.ehcache.terracotta with type arguments of type TerracottaStore | |
---|---|
TerracottaStore |
ClusteredInstanceFactoryWrapper.createNonStopStore(Callable<TerracottaStore> store,
Ehcache cache)
|
TerracottaStore |
ClusteredInstanceFactory.createNonStopStore(Callable<TerracottaStore> store,
Ehcache cache)
Create a NonStopStoreWrapper for a terracottaStore |
Uses of TerracottaStore in net.sf.ehcache.transaction |
---|
Classes in net.sf.ehcache.transaction that implement TerracottaStore | |
---|---|
class |
AbstractTransactionStore
Abstract transactional store which provides implementation of all non-transactional methods |
Uses of TerracottaStore in net.sf.ehcache.transaction.local |
---|
Classes in net.sf.ehcache.transaction.local that implement TerracottaStore | |
---|---|
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 |
Uses of TerracottaStore in net.sf.ehcache.transaction.xa |
---|
Classes in net.sf.ehcache.transaction.xa that implement TerracottaStore | |
---|---|
class |
XATransactionStore
|
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |