backtype.storm.state
Interface IStateSpoutOutputCollector

All Superinterfaces:
ISynchronizeOutputCollector
All Known Implementing Classes:
StateSpoutOutputCollector

public interface IStateSpoutOutputCollector
extends ISynchronizeOutputCollector


Method Summary
 void remove(int streamId, java.lang.Object id)
           
 
Methods inherited from interface backtype.storm.state.ISynchronizeOutputCollector
add
 

Method Detail

remove

void remove(int streamId,
            java.lang.Object id)