Uses of Interface
org.terracotta.async.ScatterPolicy

Packages that use ScatterPolicy
org.terracotta.async   
org.terracotta.async.scatterpolicies   
 

Uses of ScatterPolicy in org.terracotta.async
 

Methods in org.terracotta.async with parameters of type ScatterPolicy
 void AsyncCoordinator.start(ItemProcessor<I> processor, int processingConcurrency, ScatterPolicy policy)
          Deprecated. please use the #start(ItemProcessor, int, ItemScatterPolicy)
 

Uses of ScatterPolicy in org.terracotta.async.scatterpolicies
 

Classes in org.terracotta.async.scatterpolicies that implement ScatterPolicy
 class FirstScatterPolicy
          Deprecated. Use SingleBucketScatterPolicy
 class RandomScatterPolicy
          Deprecated. 
 



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