Package org.apache.storm.coordination
Class CoordinatedBolt.CoordinatedOutputCollector
java.lang.Object
org.apache.storm.coordination.CoordinatedBolt.CoordinatedOutputCollector
- All Implemented Interfaces:
- IErrorReporter,- IOutputCollector
- Enclosing class:
- CoordinatedBolt
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidReturns the task ids that received the tuples.voidemitDirect(int task, String stream, Collection<Tuple> anchors, List<Object> tuple) voidvoidflush()voidreportError(Throwable error) voidresetTimeout(Tuple tuple) 
- 
Constructor Details- 
CoordinatedOutputCollector
 
- 
- 
Method Details- 
emitDescription copied from interface:IOutputCollectorReturns the task ids that received the tuples.- Specified by:
- emitin interface- IOutputCollector
 
- 
emitDirect- Specified by:
- emitDirectin interface- IOutputCollector
 
- 
ack- Specified by:
- ackin interface- IOutputCollector
 
- 
fail- Specified by:
- failin interface- IOutputCollector
 
- 
flushpublic void flush()- Specified by:
- flushin interface- IOutputCollector
 
- 
resetTimeout- Specified by:
- resetTimeoutin interface- IOutputCollector
 
- 
reportError- Specified by:
- reportErrorin interface- IErrorReporter
 
 
-