backtype.storm.spout
Class SleepSpoutWaitStrategy

java.lang.Object
  extended by backtype.storm.spout.SleepSpoutWaitStrategy
All Implemented Interfaces:
ISpoutWaitStrategy

public class SleepSpoutWaitStrategy
extends java.lang.Object
implements ISpoutWaitStrategy


Constructor Summary
SleepSpoutWaitStrategy()
           
 
Method Summary
 void emptyEmit(long streak)
           
 void prepare(java.util.Map conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SleepSpoutWaitStrategy

public SleepSpoutWaitStrategy()
Method Detail

prepare

public void prepare(java.util.Map conf)
Specified by:
prepare in interface ISpoutWaitStrategy

emptyEmit

public void emptyEmit(long streak)
Specified by:
emptyEmit in interface ISpoutWaitStrategy