public interface ExecutionResultCollector
This class is responsible to collect input tuples proceed.
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | ExecutionResultCollector.FailedCollector | 
| static class  | ExecutionResultCollector.SucceedCollector | 
| Modifier and Type | Method and Description | 
|---|---|
| void | handle(OutputCollector collector,
      ExecutionResultHandler handler) | 
void handle(OutputCollector collector, ExecutionResultHandler handler)
Copyright © 2019 The Apache Software Foundation. All rights reserved.