tillrohrmann commented on a change in pull request #11963:
URL: https://github.com/apache/flink/pull/11963#discussion_r420208687



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/JobManagerTable.java
##########
@@ -61,4 +73,20 @@
         */
        @Nullable
        JobManagerConnection get(JobID jobId);
+
+       /**
+        * Gets the {@link JobManagerConnection} stored under the given {@link 
ResourceID}.
+        *
+        * @param resourceId resourceId identifying the {@link 
JobManagerConnection} to return
+        * @return the {@link JobManagerConnection} stored under resourceId; 
{@code null} otherwise
+        */
+       @Nullable
+       JobManagerConnection get(ResourceID resourceId);

Review comment:
       This class has been removed in later commits.




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


Reply via email to