5760677b3bb26245ca4816548833da0257ec7c7a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public shutdown() : void renamed to public shutdownAndHandle() : CompletableFuture<?> in class org.apache.flink.queryablestate.client.QueryableStateClient | From | To | |
Rename Variable | 1 | ||
Rename Variable failure : Throwable to clShutdownFuture : CompletableFuture<Void> in method package sendRequest(request REQ) : CompletableFuture<RESP> in class org.apache.flink.queryablestate.network.Client.EstablishedConnection | From | To | |
Change Return Type | 6 | ||
Change Return Type void to CompletableFuture<?> in method public shutdownAndHandle() : CompletableFuture<?> in class org.apache.flink.queryablestate.client.QueryableStateClient | From | To | |
Change Return Type void to CompletableFuture<Void> in method private close() : CompletableFuture<Void> in class org.apache.flink.queryablestate.network.Client.PendingConnection | From | To | |
Change Return Type boolean to CompletableFuture<Void> in method private close(cause Throwable) : CompletableFuture<Void> in class org.apache.flink.queryablestate.network.Client.EstablishedConnection | From | To | |
Change Return Type void to CompletableFuture<Void> in method package close() : CompletableFuture<Void> in class org.apache.flink.queryablestate.network.Client.EstablishedConnection | From | To | |
Change Return Type void to CompletableFuture<Void> in method private close(cause Throwable) : CompletableFuture<Void> in class org.apache.flink.queryablestate.network.Client.PendingConnection | From | To | |
Change Return Type void to CompletableFuture<Void> in method public shutdown() : CompletableFuture<Void> in class org.apache.flink.queryablestate.network.Client | From | To | |
Move And Rename Attribute | 1 | ||
Move And Rename Attribute private failureCause : AtomicReference<Throwable> renamed to private clientShutdownFuture : AtomicReference<CompletableFuture<Void>> and moved from class org.apache.flink.queryablestate.network.Client.EstablishedConnection to class org.apache.flink.queryablestate.network.Client | From | To | |
Rename Attribute | 1 | ||
Rename Attribute NIO_GROUP : NioEventLoopGroup to nioGroup : NioEventLoopGroup in class org.apache.flink.queryablestate.network.ClientTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type failure : Throwable to clShutdownFuture : CompletableFuture<Void> in method package sendRequest(request REQ) : CompletableFuture<RESP> in class org.apache.flink.queryablestate.network.Client.EstablishedConnection | From | To | |
Change Variable Type futures : List<Future<KvStateResponse>> to futures : List<CompletableFuture<KvStateResponse>> in method public testClientServerIntegration() : void in class org.apache.flink.queryablestate.network.ClientTest | From | To |