dd4c8469b11184b633d2b9514b9910622734270f
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private uploadJarFiles(currentDispatcherGateway DispatcherGateway, jobId JobID, jars List<Path>) : CompletableFuture<List<PermanentBlobKey>> renamed to private createBlobServerAddress(currentDispatcherGateway DispatcherGateway) : CompletableFuture<InetSocketAddress> in class org.apache.flink.runtime.minicluster.MiniCluster | From | To | |
Change Return Type | 1 | ||
Change Return Type CompletableFuture<List<PermanentBlobKey>> to CompletableFuture<InetSocketAddress> in method private createBlobServerAddress(currentDispatcherGateway DispatcherGateway) : CompletableFuture<InetSocketAddress> in class org.apache.flink.runtime.minicluster.MiniCluster | From | To |