f66a5226959f2fc78fcc4ac75499d703b6b11f79
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type future : CompletableFuture<ContainerCommandResponseProto> to future : Pair<CompletableFuture<ContainerCommandResponseProto>,Long> in method public channelRead0(ctx ChannelHandlerContext, msg ContainerProtos.ContainerCommandResponseProto) : void in class org.apache.hadoop.scm.XceiverClientHandler | From | To | |
Change Variable Type previous : CompletableFuture<ContainerCommandResponseProto> to previous : Pair<CompletableFuture<ContainerCommandResponseProto>,Long> in method public sendCommandAsync(request ContainerProtos.ContainerCommandRequestProto) : CompletableFuture<ContainerCommandResponseProto> in class org.apache.hadoop.scm.XceiverClientHandler | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type responses : ConcurrentMap<String,CompletableFuture<ContainerCommandResponseProto>> to responses : ConcurrentMap<String,Pair<CompletableFuture<ContainerCommandResponseProto>,Long>> in class org.apache.hadoop.scm.XceiverClientHandler | From | To |