Package org.apache.storm.executor.bolt
Class BoltOutputCollectorImpl
java.lang.Object
org.apache.storm.executor.bolt.BoltOutputCollectorImpl
- All Implemented Interfaces:
- IErrorReporter,- IOutputCollector
- 
Constructor SummaryConstructorsConstructorDescriptionBoltOutputCollectorImpl(BoltExecutor executor, Task taskData, Random random, boolean isEventLoggers, boolean ackingEnabled, boolean isDebug) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidReturns the task ids that received the tuples.voidemitDirect(int taskId, String streamId, Collection<Tuple> anchors, List<Object> tuple) voidvoidflush()voidreportError(Throwable error) voidresetTimeout(Tuple input) 
- 
Constructor Details- 
BoltOutputCollectorImplpublic BoltOutputCollectorImpl(BoltExecutor executor, Task taskData, Random random, boolean isEventLoggers, boolean ackingEnabled, boolean isDebug) 
 
- 
- 
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
 
- 
resetTimeout- Specified by:
- resetTimeoutin interface- IOutputCollector
 
- 
flushpublic void flush()- Specified by:
- flushin interface- IOutputCollector
 
- 
reportError- Specified by:
- reportErrorin interface- IErrorReporter
 
 
-