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