Package org.apache.storm.state
Class StateSpoutOutputCollector
- java.lang.Object
-
- org.apache.storm.state.SynchronizeOutputCollector
-
- org.apache.storm.state.StateSpoutOutputCollector
-
- All Implemented Interfaces:
IStateSpoutOutputCollector
,ISynchronizeOutputCollector
public class StateSpoutOutputCollector extends SynchronizeOutputCollector implements IStateSpoutOutputCollector
-
-
Constructor Summary
Constructors Constructor Description StateSpoutOutputCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
remove(int streamId, Object id)
-
Methods inherited from class org.apache.storm.state.SynchronizeOutputCollector
add
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.storm.state.ISynchronizeOutputCollector
add
-
-
-
-
Method Detail
-
remove
public void remove(int streamId, Object id)
- Specified by:
remove
in interfaceIStateSpoutOutputCollector
-
-