backtype.storm.utils
Class WindowedTimeThrottler

java.lang.Object
  extended by backtype.storm.utils.WindowedTimeThrottler

public class WindowedTimeThrottler
extends Object


Constructor Summary
WindowedTimeThrottler(Number windowMillis, Number maxAmt)
           
 
Method Summary
 boolean isThrottled()
           
 void markEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowedTimeThrottler

public WindowedTimeThrottler(Number windowMillis,
                             Number maxAmt)
Method Detail

isThrottled

public boolean isThrottled()

markEvent

public void markEvent()


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.