b1f644b6d55dc4e5798138fb885d24b7a2e3507c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type packetReaderFactory : PacketReader.Factory to inputStream : PacketInStream in method private BlockInStream(inputStream PacketInStream, blockId long, blockSize long, blockWorkerClient BlockWorkerClient, options InStreamOptions) in class alluxio.client.block.stream.BlockInStream | From | To | |
Rename Variable | 2 | ||
Rename Variable factory : PacketReader.Factory to inStream : PacketInStream in method public createLocalBlockInStream(blockId long, blockSize long, workerNetAddress WorkerNetAddress, context BlockStoreContext, options InStreamOptions) : BlockInStream in class alluxio.client.block.stream.BlockInStream | From | To | |
Rename Variable factory : PacketReader.Factory to inStream : PacketInStream in method public createRemoteBlockInStream(blockId long, blockSize long, workerNetAddress WorkerNetAddress, context BlockStoreContext, options InStreamOptions) : BlockInStream in class alluxio.client.block.stream.BlockInStream | From | To | |
Change Variable Type | 2 | ||
Change Variable Type factory : PacketReader.Factory to inStream : PacketInStream in method public createLocalBlockInStream(blockId long, blockSize long, workerNetAddress WorkerNetAddress, context BlockStoreContext, options InStreamOptions) : BlockInStream in class alluxio.client.block.stream.BlockInStream | From | To | |
Change Variable Type factory : PacketReader.Factory to inStream : PacketInStream in method public createRemoteBlockInStream(blockId long, blockSize long, workerNetAddress WorkerNetAddress, context BlockStoreContext, options InStreamOptions) : BlockInStream in class alluxio.client.block.stream.BlockInStream | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public createLocalPacketInstream(path String, id long, length long) : PacketInStream extracted from public createLocalBlockInStream(blockId long, blockSize long, workerNetAddress WorkerNetAddress, context BlockStoreContext, options InStreamOptions) : BlockInStream in class alluxio.client.block.stream.BlockInStream & moved to class alluxio.client.block.stream.PacketInStream | From | To | |
Rename Parameter | 2 | ||
Rename Parameter blockId : long to id : long in method public Factory(address InetSocketAddress, id long, lockId long, sessionId long, type Protocol.RequestType) in class alluxio.client.block.stream.NettyPacketReader.Factory | From | To | |
Rename Parameter packetReaderFactory : PacketReader.Factory to inputStream : PacketInStream in method private BlockInStream(inputStream PacketInStream, blockId long, blockSize long, blockWorkerClient BlockWorkerClient, options InStreamOptions) in class alluxio.client.block.stream.BlockInStream | From | To |