forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-6379] Remove internal methods from MesosResourceManagerGateway
Some internal methods which are required for the interplay between the TaskMonitor, LaunchCoordinator and the MesosResourceManager were exposed as RPC methods. In order to keep the RPC interface as lean as possible, these methods have been removed. Fix checkstyle violations
- Loading branch information
1 parent
4bb488c
commit 901a9ca
Showing
14 changed files
with
289 additions
and
444 deletions.
There are no files selected for viewing
328 changes: 208 additions & 120 deletions
328
...s/src/main/java/org/apache/flink/mesos/runtime/clusterframework/MesosResourceManager.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
89 changes: 0 additions & 89 deletions
89
flink-mesos/src/main/java/org/apache/flink/mesos/scheduler/SchedulerGateway.java
This file was deleted.
Oops, something went wrong.
103 changes: 0 additions & 103 deletions
103
flink-mesos/src/main/java/org/apache/flink/mesos/scheduler/SchedulerProxyV2.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.