Uses of Interface
net.sf.ehcache.store.TerracottaStore

Packages that use TerracottaStore
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.terracotta
 

Methods in net.sf.ehcache.terracotta that return TerracottaStore
 TerracottaStore ClusteredInstanceFactory.createNonStopStore(Callable<TerracottaStore> store, Ehcache cache)
          Create a NonStopStoreWrapper for a terracottaStore
 TerracottaStore ClusteredInstanceFactoryWrapper.createNonStopStore(Callable<TerracottaStore> store, Ehcache cache)
           
 

Method parameters in net.sf.ehcache.terracotta with type arguments of type TerracottaStore
 TerracottaStore ClusteredInstanceFactory.createNonStopStore(Callable<TerracottaStore> store, Ehcache cache)
          Create a NonStopStoreWrapper for a terracottaStore
 TerracottaStore ClusteredInstanceFactoryWrapper.createNonStopStore(Callable<TerracottaStore> store, Ehcache cache)
           
 

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
           
 



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