ehcache

Uses of Class
net.sf.ehcache.config.CacheConfiguration.TransactionalMode

Packages that use CacheConfiguration.TransactionalMode
net.sf.ehcache.config This package contains the cache configuration code. 
net.sf.ehcache.constructs.nonstop.store Ehcache-nonstopcache behaviors package 
net.sf.ehcache.store Store package. 
net.sf.ehcache.transaction This package contains classes for controlling cache operations for transactional use. 
 

Uses of CacheConfiguration.TransactionalMode in net.sf.ehcache.config
 

Fields in net.sf.ehcache.config declared as CacheConfiguration.TransactionalMode
static CacheConfiguration.TransactionalMode CacheConfiguration.DEFAULT_TRANSACTIONAL_MODE
          Default value for transactionalMode
 

Methods in net.sf.ehcache.config that return CacheConfiguration.TransactionalMode
 CacheConfiguration.TransactionalMode CacheConfiguration.getTransactionalMode()
          To what transactionalMode was the Cache set
static CacheConfiguration.TransactionalMode CacheConfiguration.TransactionalMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CacheConfiguration.TransactionalMode[] CacheConfiguration.TransactionalMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.ehcache.config with parameters of type CacheConfiguration.TransactionalMode
 CacheConfiguration CacheConfiguration.transactionalMode(CacheConfiguration.TransactionalMode transactionalMode)
          Builder which sets the transactionalMode
 

Uses of CacheConfiguration.TransactionalMode in net.sf.ehcache.constructs.nonstop.store
 

Methods in net.sf.ehcache.constructs.nonstop.store that return CacheConfiguration.TransactionalMode
 CacheConfiguration.TransactionalMode ExecutorServiceStore.getTransactionalMode()
          Get the transactional mode of this store.
 CacheConfiguration.TransactionalMode ExceptionOnTimeoutStore.getTransactionalMode()
          Get the transactional mode of this store.
 CacheConfiguration.TransactionalMode LocalReadsOnTimeoutStore.getTransactionalMode()
          Get the transactional mode of this store.
 CacheConfiguration.TransactionalMode NonstopStoreImpl.getTransactionalMode()
          Get the transactional mode of this store.
 CacheConfiguration.TransactionalMode NoOpOnTimeoutStore.getTransactionalMode()
          Get the transactional mode of this store.
 

Constructors in net.sf.ehcache.constructs.nonstop.store with parameters of type CacheConfiguration.TransactionalMode
NonstopStoreImpl(NonstopActiveDelegateHolder nonstopActiveDelegateHolder, CacheCluster cacheCluster, NonstopConfiguration nonstopConfig, CacheConfiguration.TransactionalMode transactionalMode, TransactionManagerLookup transactionManagerLookup)
          Constructor accepting the NonstopActiveDelegateHolder, CacheCluster and NonstopConfiguration
 

Uses of CacheConfiguration.TransactionalMode in net.sf.ehcache.store
 

Methods in net.sf.ehcache.store that return CacheConfiguration.TransactionalMode
 CacheConfiguration.TransactionalMode TerracottaStore.getTransactionalMode()
          Get the transactional mode of this store.
 

Uses of CacheConfiguration.TransactionalMode in net.sf.ehcache.transaction
 

Methods in net.sf.ehcache.transaction that return CacheConfiguration.TransactionalMode
 CacheConfiguration.TransactionalMode AbstractTransactionStore.getTransactionalMode()
          Get the transactional mode of this store.
 


ehcache

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