722274519fbf258531707ef85df4e1846f2fa4d4
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 4 | ||
Rename Variable currentDispatcherGateway : DispatcherGateway to dispatcherGateway : DispatcherGateway in method public submitJob(jobGraph JobGraph) : CompletableFuture<JobSubmissionResult> in class org.apache.flink.runtime.minicluster.MiniCluster | From | To | |
Rename Variable submissionFuture : CompletableFuture<Acknowledge> to acknowledgeCompletableFuture : CompletableFuture<Acknowledge> in method public submitJob(jobGraph JobGraph) : CompletableFuture<JobSubmissionResult> in class org.apache.flink.runtime.minicluster.MiniCluster | From | To | |
Change Return Type | 1 | ||
Change Return Type CompletableFuture<JobSubmitResponseBody> to CompletableFuture<JobSubmissionResult> in method public submitJob(jobGraph JobGraph) : CompletableFuture<JobSubmissionResult> in class org.apache.flink.client.program.rest.RestClusterClient | From | To | |
Change Variable Type | 1 | ||
Change Variable Type jobSubmissionFuture : CompletableFuture<JobSubmitResponseBody> to jobSubmissionFuture : CompletableFuture<JobSubmissionResult> in method public submitJob(jobGraph JobGraph, classLoader ClassLoader) : JobSubmissionResult in class org.apache.flink.client.program.rest.RestClusterClient | From | To | |
Extract Interface | 1 | ||
Extract Interface org.apache.flink.client.program.NewClusterClient from classes [org.apache.flink.client.program.rest.RestClusterClient] | From | To | |
Extract Method | 3 | ||
Extract Method public submitJob(jobGraph JobGraph) : CompletableFuture<JobSubmissionResult> extracted from public submitJob(jobGraph JobGraph, classLoader ClassLoader) : JobSubmissionResult in class org.apache.flink.client.program.MiniClusterClient | From | To | |
Extract Method public submitJob(jobGraph JobGraph) : CompletableFuture<JobSubmissionResult> extracted from public executeJobBlocking(job JobGraph) : JobExecutionResult in class org.apache.flink.runtime.minicluster.MiniCluster | From | To | |
Extract Method public submitJob(jobGraph JobGraph) : CompletableFuture<JobSubmissionResult> extracted from public runDetached(job JobGraph) : void in class org.apache.flink.runtime.minicluster.MiniCluster | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public submitJob(jobGraph JobGraph) : CompletableFuture<JobSubmissionResult> extracted from public submitJob(jobGraph JobGraph, classLoader ClassLoader) : JobSubmissionResult in class org.apache.flink.client.program.rest.RestClusterClient & moved to class org.apache.flink.client.program.MiniClusterClient | From | To | |
Rename Parameter | 2 | ||
Rename Parameter job : JobGraph to jobGraph : JobGraph in method public submitJob(jobGraph JobGraph) : CompletableFuture<JobSubmissionResult> in class org.apache.flink.runtime.minicluster.MiniCluster | From | To |