Uses of Interface
org.terracotta.async.AsyncConfig

Packages that use AsyncConfig
org.terracotta.async   
org.terracotta.async.configs   
 

Uses of AsyncConfig in org.terracotta.async
 

Subinterfaces of AsyncConfig in org.terracotta.async
 interface AsyncConfig2
           
 

Constructors in org.terracotta.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.
 

Uses of AsyncConfig in org.terracotta.async.configs
 

Classes in org.terracotta.async.configs that implement AsyncConfig
 class DefaultAsyncConfig
          The default async configuration object.
 

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



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