pnowojski commented on a change in pull request #9478: [FLINK-13766][task] 
Refactor the implementation of StreamInputProcessor based on 
StreamTaskInput#emitNext
URL: https://github.com/apache/flink/pull/9478#discussion_r318031205
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/StreamOneInputProcessor.java
 ##########
 @@ -188,26 +132,59 @@ public void close() throws IOException {
                input.close();
        }
 
-       private class ForwardingValveOutputHandler implements 
StatusWatermarkValve.ValveOutputHandler {
+       /**
+        * The network data output implementation used for processing stream 
elements
+        * from {@link StreamTaskNetworkInput} in one input processor.
+        */
+       private class StreamTaskNetworkOutput implements DataOutput<IN> {
 
 Review comment:
   `private static class`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to