public interface IOutputCollector extends IErrorReporter
| Modifier and Type | Method and Description | 
|---|---|
void | 
ack(Tuple input)  | 
List<Integer> | 
emit(String streamId,
    Collection<Tuple> anchors,
    List<Object> tuple)
Returns the task ids that received the tuples. 
 | 
void | 
emitDirect(int taskId,
          String streamId,
          Collection<Tuple> anchors,
          List<Object> tuple)  | 
void | 
fail(Tuple input)  | 
void | 
flush()  | 
void | 
resetTimeout(Tuple input)  | 
reportErrorList<Integer> emit(String streamId, Collection<Tuple> anchors, List<Object> tuple)
Returns the task ids that received the tuples.
void emitDirect(int taskId,
                String streamId,
                Collection<Tuple> anchors,
                List<Object> tuple)
void ack(Tuple input)
void fail(Tuple input)
void resetTimeout(Tuple input)
void flush()
Copyright © 2019 The Apache Software Foundation. All rights reserved.