Uses of Interface
org.terracotta.modules.ehcache.async.AsyncConfig

Packages that use AsyncConfig
org.terracotta.modules.ehcache   
org.terracotta.modules.ehcache.async   
org.terracotta.modules.ehcache.writebehind   
 

Uses of AsyncConfig in org.terracotta.modules.ehcache
 

Methods in org.terracotta.modules.ehcache that return types with arguments of type AsyncConfig
 org.terracotta.toolkit.collections.ToolkitMap<String,AsyncConfig> ToolkitInstanceFactory.getOrCreateAsyncConfigMap()
           
 org.terracotta.toolkit.collections.ToolkitMap<String,AsyncConfig> ToolkitInstanceFactoryImpl.getOrCreateAsyncConfigMap()
           
 

Uses of AsyncConfig in org.terracotta.modules.ehcache.async
 

Classes in org.terracotta.modules.ehcache.async that implement AsyncConfig
 class DefaultAsyncConfig
           
 

Methods in org.terracotta.modules.ehcache.async that return AsyncConfig
static AsyncConfig DefaultAsyncConfig.getInstance()
          Return an AsyncConfig instance representing the default configuration.
 

Methods in org.terracotta.modules.ehcache.async with parameters of type AsyncConfig
 AsyncCoordinator AsyncCoordinatorFactoryImpl.getOrCreateAsyncCoordinator(Ehcache cache, AsyncConfig config)
           
 AsyncCoordinator AsyncCoordinatorFactory.getOrCreateAsyncCoordinator(Ehcache cache, AsyncConfig config)
           
 

Constructors in org.terracotta.modules.ehcache.async with parameters of type AsyncConfig
AsyncCoordinatorImpl(String fullAsyncName, AsyncConfig config, ToolkitInstanceFactory toolkitInstanceFactory, AsyncCoordinatorImpl.Callback stopCallable)
           
ProcessingBucket(String bucketName, AsyncConfig config, org.terracotta.toolkit.internal.collections.ToolkitListInternal<E> toolkitList, org.terracotta.toolkit.cluster.ClusterInfo cluster, ItemProcessor<E> processor, boolean workingOnDeadBucket)
           
 

Uses of AsyncConfig in org.terracotta.modules.ehcache.writebehind
 

Classes in org.terracotta.modules.ehcache.writebehind that implement AsyncConfig
 class WriteBehindAsyncConfig
           
 



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