backtype.storm.spout
Class NothingEmptyEmitStrategy

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

public class NothingEmptyEmitStrategy
extends java.lang.Object
implements ISpoutWaitStrategy


Constructor Summary
NothingEmptyEmitStrategy()
           
 
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

NothingEmptyEmitStrategy

public NothingEmptyEmitStrategy()
Method Detail

emptyEmit

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

prepare

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