Uses of Interface
org.terracotta.modules.ehcache.async.scatterpolicies.ItemScatterPolicy

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

Uses of ItemScatterPolicy in org.terracotta.modules.ehcache.async
 

Methods in org.terracotta.modules.ehcache.async with parameters of type ItemScatterPolicy
 void AsyncCoordinatorImpl.start(ItemProcessor<E> itemProcessor, int processingConcurrency, ItemScatterPolicy<? super E> policy)
           
 void AsyncCoordinator.start(ItemProcessor<E> processor, int processingConcurrency, ItemScatterPolicy<? super E> policy)
           
 

Uses of ItemScatterPolicy in org.terracotta.modules.ehcache.async.scatterpolicies
 

Classes in org.terracotta.modules.ehcache.async.scatterpolicies that implement ItemScatterPolicy
 class HashCodeScatterPolicy<E extends Serializable>
           
 class SingleBucketScatterPolicy<E extends Serializable>
           
 



Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.