46ca110cc404f37a0656b2024980328ec1ab43eb
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public finishAccess(sessionId long, blockId long) : boolean renamed to public cleanup(sessionId long, blockId long) : boolean in class alluxio.worker.block.UfsBlockStore | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method public readUfsBlock(address InetSocketAddress, blockId long, offset long, length long, sessionId long, noCache boolean) : ByteBuffer from class alluxio.client.netty.NettyRemoteBlockReader to public read(address InetSocketAddress, blockId long, offset long, length long, sessionId long, noCache boolean) : ByteBuffer from class alluxio.client.netty.NettyUfsBlockReader | From | To | |
| Change Return Type | 1 | ||
| Change Return Type UnderFileSystemFileReader to UfsBlockReader in method public create(context FileSystemContext) : UfsBlockReader in class alluxio.client.UfsBlockReader.Factory | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private NETTY_UFS_BLOCK_READ_FAILURES : Counter from class alluxio.client.netty.NettyRemoteBlockReader.Metrics to private NETTY_UFS_BLOCK_READ_FAILURES : Counter from class alluxio.client.netty.NettyUfsBlockReader.Metrics | From | To | |
| Move Attribute private NETTY_UFS_BLOCK_READ_OPS : Counter from class alluxio.client.netty.NettyRemoteBlockReader.Metrics to private NETTY_UFS_BLOCK_READ_OPS : Counter from class alluxio.client.netty.NettyUfsBlockReader.Metrics | From | To | |
| Extract Class | 1 | ||
| Extract Class alluxio.client.netty.NettyUfsBlockReader.Metrics from class alluxio.client.netty.NettyRemoteBlockReader.Metrics | From | To | |
| Move Class | 1 | ||
| Move Class alluxio.client.UnderFileSystemFileReader.Factory moved to alluxio.client.UfsBlockReader.Factory | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mReader : RemoteBlockReader to mReader : UfsBlockReader in class alluxio.client.block.UfsBlockInStream | From | To |