ehcache

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

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

Uses of TerracottaStore in net.sf.ehcache.constructs.nonstop
 

Methods in net.sf.ehcache.constructs.nonstop that return TerracottaStore
 TerracottaStore NonstopActiveDelegateHolder.getUnderlyingTerracottaStore()
          Returns the current underlying TerracottaStore
 

Methods in net.sf.ehcache.constructs.nonstop with parameters of type TerracottaStore
 void NonstopActiveDelegateHolder.terracottaStoreInitialized(TerracottaStore newTerracottaStore)
          TerracottaStore got initialized again on rejoin
 

Uses of TerracottaStore in net.sf.ehcache.constructs.nonstop.store
 

Subinterfaces of TerracottaStore in net.sf.ehcache.constructs.nonstop.store
 interface NonstopStore
          Interface for nonstop feature
 interface RejoinAwareNonstopStore
          Rejoin aware NonstopStore
 

Classes in net.sf.ehcache.constructs.nonstop.store that implement TerracottaStore
 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.
 

Methods in net.sf.ehcache.constructs.nonstop.store that return TerracottaStore
protected  TerracottaStore ExecutorServiceStore.underlyingTerracottaStore()
          Get the underlying Terracotta store
 

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

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