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

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

Uses of AsyncConfig in org.terracotta.modules.async
 

Methods in org.terracotta.modules.async that return AsyncConfig
 AsyncConfig ProcessingBucketGroup.getConfig()
           
 

Constructors in org.terracotta.modules.async with parameters of type AsyncConfig
AsyncCoordinator(AsyncConfig config)
          Creates a new coordinator instance with a custom configuration and the default steal policy.
AsyncCoordinator(AsyncConfig config, StealPolicy<I> stealPolicy)
          Creates a new coordinator instance with a custom configuration and steal policy.
ProcessingBucketGroup(AsyncConfig config, StealPolicy<I> policy)
           
ProcessingBucketGroup(com.tc.cluster.DsoCluster cluster, AsyncConfig config, StealPolicy<I> policy)
           
 

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

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

Methods in org.terracotta.modules.async.configs that return AsyncConfig
static AsyncConfig DefaultAsyncConfig.getInstance()
           
 

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

Classes in org.terracotta.modules.ehcache.writebehind that implement AsyncConfig
 class WriteBehindAsyncConfig
          An implementation of AsyncConfig that allows the configuration of the parameters that were set up for a CacheWriterManager.
 



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.