davidradl commented on code in PR #27375:
URL: https://github.com/apache/flink/pull/27375#discussion_r2669176995


##########
flink-runtime/src/main/java/org/apache/flink/runtime/execution/Environment.java:
##########
@@ -280,4 +281,8 @@ default CheckpointStorageAccess 
getCheckpointStorageAccess() {
     }
 
     ChannelStateWriteRequestExecutorFactory getChannelStateExecutorFactory();
+
+    ChannelStateWriter getChannelStateWriter();
+
+    void setChannelStateWriter(ChannelStateWriter channelStateWriter);

Review Comment:
   nit: the pattern seems to be the define the set then the get method.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to