Uses of Interface
net.sf.ehcache.store.TerracottaStore
-
Packages that use TerracottaStore Package Description 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 Modifier and Type Class Description classTerracottaTransactionalCopyingCacheStoreA copying cache store designed for transactional terracotta clustered storesConstructors in net.sf.ehcache.store with parameters of type TerracottaStore Constructor Description TerracottaTransactionalCopyingCacheStore(TerracottaStore store, ReadWriteCopyStrategy<Element> copyStrategyInstance, java.lang.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 Modifier and Type Method Description TerracottaStoreClusteredInstanceFactory. createNonStopStore(java.util.concurrent.Callable<TerracottaStore> store, Ehcache cache)Create a NonStopStoreWrapper for a terracottaStoreTerracottaStoreClusteredInstanceFactoryWrapper. createNonStopStore(java.util.concurrent.Callable<TerracottaStore> store, Ehcache cache)Method parameters in net.sf.ehcache.terracotta with type arguments of type TerracottaStore Modifier and Type Method Description TerracottaStoreClusteredInstanceFactory. createNonStopStore(java.util.concurrent.Callable<TerracottaStore> store, Ehcache cache)Create a NonStopStoreWrapper for a terracottaStoreTerracottaStoreClusteredInstanceFactoryWrapper. createNonStopStore(java.util.concurrent.Callable<TerracottaStore> store, Ehcache cache) -
Uses of TerracottaStore in net.sf.ehcache.transaction
Classes in net.sf.ehcache.transaction that implement TerracottaStore Modifier and Type Class Description classAbstractTransactionStoreAbstract 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 Modifier and Type Class Description classJtaLocalTransactionStoreA Store implementation with support for local transactions driven by a JTA transaction managerclassLocalTransactionStoreA 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 Modifier and Type Class Description classXATransactionStore
-