Package org.apache.storm.topology
Interface IBasicOutputCollector
-
- All Known Implementing Classes:
BasicOutputCollector
public interface IBasicOutputCollector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Integer>
emit(String streamId, List<Object> tuple)
void
emitDirect(int taskId, String streamId, List<Object> tuple)
void
reportError(Throwable t)
-