Uses of Interface
org.terracotta.async.ItemScatterPolicy

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

Uses of ItemScatterPolicy in org.terracotta.async
 

Methods in org.terracotta.async with parameters of type ItemScatterPolicy
 void AsyncCoordinator.start(ItemProcessor<I> processor, int processingConcurrency, ItemScatterPolicy<? super I> policy)
          Start the coordinator.
 

Uses of ItemScatterPolicy in org.terracotta.async.scatterpolicies
 

Classes in org.terracotta.async.scatterpolicies that implement ItemScatterPolicy
 class HashCodeScatterPolicy
          ItemScatterPolicy that will select the bucket based on the Item's hash code.
 class SingleBucketScatterPolicy
          A simplistic scatter policy that directs all work items in to the first bucket.
 



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