org.terracotta.modules.async.scatterpolicies
Class RandomScatterPolicy

java.lang.Object
  extended by org.terracotta.modules.async.scatterpolicies.RandomScatterPolicy
All Implemented Interfaces:
ScatterPolicy

public class RandomScatterPolicy
extends Object
implements ScatterPolicy


Constructor Summary
RandomScatterPolicy()
           
 
Method Summary
 int selectBucket(int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomScatterPolicy

public RandomScatterPolicy()
Method Detail

selectBucket

public int selectBucket(int count)
Specified by:
selectBucket in interface ScatterPolicy


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