Uses of Interface
org.terracotta.async.StealPolicy

Packages that use StealPolicy
org.terracotta.async   
org.terracotta.async.stealpolicies   
 

Uses of StealPolicy in org.terracotta.async
 

Constructors in org.terracotta.async with parameters of type StealPolicy
AsyncCoordinator(AsyncConfig config, StealPolicy<I> stealPolicy)
          Creates a new coordinator instance with a custom configuration and steal policy.
 

Uses of StealPolicy in org.terracotta.async.stealpolicies
 

Classes in org.terracotta.async.stealpolicies that implement StealPolicy
 class FallBehindStealPolicy<I>
          A steal policy that will allow stealing once a bucket has fallen behind the thief by a certain amount of time.
 class NeverStealPolicy<I>
          A simplistic policy that never allows stealing to occur.
 



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