748448b5f02d73614242cc8488920a9cd8898974
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type logPathFuture : Future<String> to logPathFuture : CompletableFuture<String> in method protected respondAsLeader(ctx ChannelHandlerContext, routed Routed, jobManager ActorGateway) : void in class org.apache.flink.runtime.webmonitor.handlers.TaskManagerLogHandler | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type cache : Future<BlobCache> to cache : CompletableFuture<BlobCache> in class org.apache.flink.runtime.webmonitor.handlers.TaskManagerLogHandler | From | To |