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) |
void |
flush() |
long |
getPendingCount() |
reportError
Copyright © 2023 The Apache Software Foundation. All rights reserved.