public interface ISpoutOutputCollector extends IErrorReporter
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| long | getPendingCount() | 
reportErrorCopyright © 2022 The Apache Software Foundation. All Rights Reserved.