Package org.apache.storm.state
Interface IStateSpoutOutputCollector
-
- All Superinterfaces:
ISynchronizeOutputCollector
- All Known Implementing Classes:
StateSpoutOutputCollector
public interface IStateSpoutOutputCollector extends ISynchronizeOutputCollector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
remove(int streamId, Object id)
-
Methods inherited from interface org.apache.storm.state.ISynchronizeOutputCollector
add
-
-
-
-
Method Detail
-
remove
void remove(int streamId, Object id)
-
-