public interface ISpoutOutputCollector extends IErrorReporter
Methods are not expected to be thread safe. Each thread expected to have a separate instance of this type of object, or else externally synchronize any shared instance.
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 © 2022 The Apache Software Foundation. All rights reserved.