488a12f658912b602d06c4bb453f81c333738b15
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public createNettyPacketOutStream(context FileSystemContext, addresses List<InetSocketAddress>, sessionIds List<Long>, id long, length long, type Protocol.RequestType) : PacketOutStream renamed to public createReplicatedPacketOutStream(context FileSystemContext, clients List<BlockWorkerClient>, sessionIds List<Long>, id long, length long, type Protocol.RequestType) : PacketOutStream in class alluxio.client.block.stream.PacketOutStream | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type addresses : List<InetSocketAddress> to clients : List<BlockWorkerClient> in method public createReplicatedPacketOutStream(context FileSystemContext, clients List<BlockWorkerClient>, sessionIds List<Long>, id long, length long, type Protocol.RequestType) : PacketOutStream in class alluxio.client.block.stream.PacketOutStream | From | To | |
Rename Variable | 1 | ||
Rename Variable address : InetSocketAddress to client : BlockWorkerClient in method public createReplicatedPacketOutStream(context FileSystemContext, clients List<BlockWorkerClient>, sessionIds List<Long>, id long, length long, type Protocol.RequestType) : PacketOutStream in class alluxio.client.block.stream.PacketOutStream | From | To | |
Change Variable Type | 1 | ||
Change Variable Type address : InetSocketAddress to client : BlockWorkerClient in method public createReplicatedPacketOutStream(context FileSystemContext, clients List<BlockWorkerClient>, sessionIds List<Long>, id long, length long, type Protocol.RequestType) : PacketOutStream in class alluxio.client.block.stream.PacketOutStream | From | To | |
Rename Parameter | 1 | ||
Rename Parameter addresses : List<InetSocketAddress> to clients : List<BlockWorkerClient> in method public createReplicatedPacketOutStream(context FileSystemContext, clients List<BlockWorkerClient>, sessionIds List<Long>, id long, length long, type Protocol.RequestType) : PacketOutStream in class alluxio.client.block.stream.PacketOutStream | From | To |