backtype.storm.spout
Interface ISpoutOutputCollector

All Known Implementing Classes:
SpoutOutputCollector

public interface ISpoutOutputCollector


Method Summary
 List<Integer> emit(String streamId, List<Object> tuple, Object messageId)
          Returns the task ids that received the tuples.
 void emitDirect(int taskId, String streamId, List<Object> tuple, Object messageId)
           
 void reportError(Throwable error)
           
 

Method Detail

emit

List<Integer> emit(String streamId,
                   List<Object> tuple,
                   Object messageId)
Returns the task ids that received the tuples.


emitDirect

void emitDirect(int taskId,
                String streamId,
                List<Object> tuple,
                Object messageId)

reportError

void reportError(Throwable error)


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.