com.netflix.astyanax.test
Class IncreasingRateSupplier

java.lang.Object
  extended by com.netflix.astyanax.test.IncreasingRateSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<java.lang.Integer>

public class IncreasingRateSupplier
extends java.lang.Object
implements com.google.common.base.Supplier<java.lang.Integer>


Constructor Summary
IncreasingRateSupplier(int initialRate, int delta)
           
 
Method Summary
 java.lang.Integer get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncreasingRateSupplier

public IncreasingRateSupplier(int initialRate,
                              int delta)
Method Detail

get

public java.lang.Integer get()
Specified by:
get in interface com.google.common.base.Supplier<java.lang.Integer>