d850e79cb68cd4dba5a531d01f8a20b1fba05278
Files Diff
- Added: 8
- Removed: 2
- Renamed: 0
- Modified: 12
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public closeAsync() : CompletableFuture<Void> renamed to private closeAsyncInternal() : CompletableFuture<Void> in class org.apache.flink.runtime.entrypoint.component.DispatcherResourceManagerComponent | From | To | |
| Rename Variable | 1 | ||
| Rename Variable operationResultOrError : Either<Throwable,R> to resultAccessTracker : ResultAccessTracker<R> in method public get(operationKey K) : Either<Throwable,R> in class org.apache.flink.runtime.rest.handler.async.CompletedOperationCache | From | To | |
| Change Return Type | 5 | ||
| Change Return Type void to CompletableFuture<Void> in method public sendErrorResponse(channelHandlerContext ChannelHandlerContext, keepAlive boolean, errorMessage ErrorResponseBody, statusCode HttpResponseStatus, headers Map<String,String>) : CompletableFuture<Void> in class org.apache.flink.runtime.rest.handler.util.HandlerUtils | From | To | |
| Change Return Type void to CompletableFuture<Void> in method public sendErrorResponse(channelHandlerContext ChannelHandlerContext, httpRequest HttpRequest, errorMessage ErrorResponseBody, statusCode HttpResponseStatus, headers Map<String,String>) : CompletableFuture<Void> in class org.apache.flink.runtime.rest.handler.util.HandlerUtils | From | To | |
| Change Return Type void to CompletableFuture<Void> in method public sendResponse(channelHandlerContext ChannelHandlerContext, httpRequest HttpRequest, response P, statusCode HttpResponseStatus, headers Map<String,String>) : CompletableFuture<Void> in class org.apache.flink.runtime.rest.handler.util.HandlerUtils | From | To | |
| Change Return Type void to CompletableFuture<Void> in method public sendResponse(channelHandlerContext ChannelHandlerContext, keepAlive boolean, message String, statusCode HttpResponseStatus, headers Map<String,String>) : CompletableFuture<Void> in class org.apache.flink.runtime.rest.handler.util.HandlerUtils | From | To | |
| Change Return Type void to CompletableFuture<Void> in method public sendResponse(channelHandlerContext ChannelHandlerContext, httpRequest HttpRequest, message String, statusCode HttpResponseStatus, headers Map<String,String>) : CompletableFuture<Void> in class org.apache.flink.runtime.rest.handler.util.HandlerUtils | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.apache.flink.runtime.rest.handler.async.AbstractAsynchronousOperationHandlers.UnknownOperationKey moved and renamed to org.apache.flink.runtime.rest.handler.async.UnknownOperationKeyException | From | To | |
| Move Class | 4 | ||
| Move Class org.apache.flink.runtime.dispatcher.FileArchivedExecutionGraphStoreTest.ManualTicker moved to org.apache.flink.runtime.util.ManualTicker | From | To | |
| Move Class org.apache.flink.runtime.rest.handler.async.AbstractAsynchronousOperationHandlers.CompletedOperationCache moved to org.apache.flink.runtime.rest.handler.async.CompletedOperationCache | From | To | |
| Move Class org.apache.flink.runtime.rest.AbstractHandler moved to org.apache.flink.runtime.rest.handler.AbstractHandler | From | To | |
| Move Class org.apache.flink.runtime.rest.AbstractHandlerTest moved to org.apache.flink.runtime.rest.handler.AbstractHandlerTest | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type operationResultOrError : Either<Throwable,R> to resultAccessTracker : ResultAccessTracker<R> in method public get(operationKey K) : Either<Throwable,R> in class org.apache.flink.runtime.rest.handler.async.CompletedOperationCache | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type registeredOperationTriggers : Set<K> to registeredOperationTriggers : Map<K,ResultAccessTracker<R>> in class org.apache.flink.runtime.rest.handler.async.CompletedOperationCache | From | To | |
| Change Attribute Type completedOperations : Cache<K,Either<Throwable,R>> to completedOperations : Cache<K,ResultAccessTracker<R>> in class org.apache.flink.runtime.rest.handler.async.CompletedOperationCache | From | To |