971126b047a156f8bf1be18aaf9b73f4d47eead9
Files Diff
- Added: 4
- Removed: 2
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type BlockReader to PacketReader in method protected abstract createBlockReader(offset long, len long) : PacketReader in class alluxio.client.block.stream.BlockInStream | From | To | |
Rename Class | 1 | ||
Rename Class alluxio.client.block.stream.BlockReader renamed to alluxio.client.block.stream.PacketReader | From | To | |
Move Class | 1 | ||
Move Class alluxio.client.block.stream.NettyBlockReader.Handler moved to alluxio.client.block.stream.NettyPacketReader.Handler | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mBlockReader : BlockReader to mReader : PacketReader in class alluxio.client.block.stream.BlockInStream | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mBlockReader : BlockReader to mReader : PacketReader in class alluxio.client.block.stream.BlockInStream | From | To | |
Extract Method | 3 | ||
Extract Method private closeReader() : void extracted from public seek(pos long) : void in class alluxio.client.block.stream.BlockInStream | From | To | |
Extract Method private closeReader() : void extracted from public skip(n long) : long in class alluxio.client.block.stream.BlockInStream | From | To | |
Extract Method protected destroyPacket(packet ByteBuf) : void extracted from private readPacket() : void in class alluxio.client.block.stream.BlockInStream | From | To |