public interface ISpoutWaitStrategy
1. nextTuple emits no tuples 2. The spout has hit maxSpoutPending and can't emit any more tuples
The default strategy sleeps for one millisecond.
Modifier and Type | Method and Description |
---|---|
void |
emptyEmit(long streak) |
void |
prepare(java.util.Map<java.lang.String,java.lang.Object> conf) |