You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/01/24 16:32:21 UTC

[GitHub] [flink] AHeise commented on a change in pull request #10935: [FLINK-15603][web] Expose checkpointStartDelayNanos metric in the WebUI

AHeise commented on a change in pull request #10935: [FLINK-15603][web] Expose checkpointStartDelayNanos metric in the WebUI
URL: https://github.com/apache/flink/pull/10935#discussion_r370724924
 
 

 ##########
 File path: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/checkpoints/MinMaxAvgStatistics.java
 ##########
 @@ -43,6 +45,13 @@
 	@JsonProperty(FIELD_NAME_AVERAGE)
 	private final long average;
 
+	public static MinMaxAvgStatistics createFrom(MinMaxAvgStats stats) {
 
 Review comment:
   nit: java natives would just use `of` or `valueOf`.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services