ehcache

Uses of Interface
net.sf.ehcache.constructs.nonstop.store.NonstopTimeoutBehaviorStoreResolver

Packages that use NonstopTimeoutBehaviorStoreResolver
net.sf.ehcache.constructs.nonstop.store Ehcache-nonstopcache behaviors package 
 

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

Classes in net.sf.ehcache.constructs.nonstop.store that implement NonstopTimeoutBehaviorStoreResolver
 class NonstopStoreImpl
          A NonstopStore implementation which does not block threads when the cluster goes down.
 

Constructors in net.sf.ehcache.constructs.nonstop.store with parameters of type NonstopTimeoutBehaviorStoreResolver
ExecutorServiceStore(NonstopActiveDelegateHolder nonstopActiveDelegateHolder, NonstopConfiguration nonstopConfiguration, NonstopTimeoutBehaviorStoreResolver timeoutBehaviorResolver, CacheCluster cacheCluster, ExplicitLockingContextThreadLocal explicitLockingContextThreadLocal)
          Constructor accepting the NonstopActiveDelegateHolder, NonstopConfiguration and NonstopTimeoutBehaviorStoreResolver
TransactionalExecutorServiceStore(NonstopActiveDelegateHolder nonstopActiveDelegateHolder, NonstopConfiguration nonstopConfiguration, NonstopTimeoutBehaviorStoreResolver timeoutBehaviorResolver, CacheCluster cacheCluster, TransactionManagerLookup transactionManagerLookup, ExplicitLockingContextThreadLocal explicitLockingContextThreadLocal)
          Constructor
 


ehcache

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