80c846038d19e92fbdbc9ed2146debcf8921a3d5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private getBlockMeta(sessionId long, blockId long) : UnderFileSystemBlockMeta renamed to private getBlockInfo(sessionId long, blockId long) : BlockInfo in class alluxio.worker.block.UnderFileSystemBlockStore | From | To | |
| Move Method | 5 | ||
| Move Method public getBlockReader() : BlockReader from class alluxio.worker.block.meta.UnderFileSystemBlockMeta to public getBlockReader() : BlockReader from class alluxio.worker.block.UnderFileSystemBlockStore.BlockInfo | From | To | |
| Move Method public getBlockWriter() : BlockWriter from class alluxio.worker.block.meta.UnderFileSystemBlockMeta to public getBlockWriter() : BlockWriter from class alluxio.worker.block.UnderFileSystemBlockStore.BlockInfo | From | To | |
| Move Method public setBlockReader(blockReader BlockReader) : void from class alluxio.worker.block.meta.UnderFileSystemBlockMeta to public setBlockReader(blockReader BlockReader) : void from class alluxio.worker.block.UnderFileSystemBlockStore.BlockInfo | From | To | |
| Move Method public setBlockWriter(blockWriter BlockWriter) : void from class alluxio.worker.block.meta.UnderFileSystemBlockMeta to public setBlockWriter(blockWriter BlockWriter) : void from class alluxio.worker.block.UnderFileSystemBlockStore.BlockInfo | From | To | |
| Move Method public closeReaderOrWriter() : void from class alluxio.worker.block.meta.UnderFileSystemBlockMeta to public closeReaderOrWriter() : void from class alluxio.worker.block.UnderFileSystemBlockStore.BlockInfo | From | To | |
| Rename Variable | 3 | ||
| Rename Variable blockMeta : UnderFileSystemBlockMeta to blockInfo : BlockInfo in method public cleanup(sessionId long, blockId long) : boolean in class alluxio.worker.block.UnderFileSystemBlockStore | From | To | |
| Rename Variable blockMeta : UnderFileSystemBlockMeta to blockInfo : BlockInfo in method public getBlockReader(sessionId long, blockId long, offset long, noCache boolean) : BlockReader in class alluxio.worker.block.UnderFileSystemBlockStore | From | To | |
| Rename Variable blockMeta : UnderFileSystemBlockMeta to blockInfo : BlockInfo in method private getBlockInfo(sessionId long, blockId long) : BlockInfo in class alluxio.worker.block.UnderFileSystemBlockStore | From | To | |
| Change Return Type | 1 | ||
| Change Return Type UnderFileSystemBlockMeta to BlockInfo in method private getBlockInfo(sessionId long, blockId long) : BlockInfo in class alluxio.worker.block.UnderFileSystemBlockStore | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private mBlockReader : BlockReader from class alluxio.worker.block.meta.UnderFileSystemBlockMeta to private mBlockReader : BlockReader from class alluxio.worker.block.UnderFileSystemBlockStore.BlockInfo | From | To | |
| Move Attribute private mBlockWriter : BlockWriter from class alluxio.worker.block.meta.UnderFileSystemBlockMeta to private mBlockWriter : BlockWriter from class alluxio.worker.block.UnderFileSystemBlockStore.BlockInfo | From | To | |
| Extract Class | 1 | ||
| Extract Class alluxio.worker.block.UnderFileSystemBlockStore.BlockInfo from class alluxio.worker.block.meta.UnderFileSystemBlockMeta | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute mFileBufferSize : long to mInitialBlockSize : long in class alluxio.worker.block.UnderFileSystemBlockReader | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type blockMeta : UnderFileSystemBlockMeta to blockInfo : BlockInfo in method private getBlockInfo(sessionId long, blockId long) : BlockInfo in class alluxio.worker.block.UnderFileSystemBlockStore | From | To | |
| Change Variable Type blockMeta : UnderFileSystemBlockMeta to blockInfo : BlockInfo in method public cleanup(sessionId long, blockId long) : boolean in class alluxio.worker.block.UnderFileSystemBlockStore | From | To | |
| Change Variable Type blockMeta : UnderFileSystemBlockMeta to blockInfo : BlockInfo in method public getBlockReader(sessionId long, blockId long, offset long, noCache boolean) : BlockReader in class alluxio.worker.block.UnderFileSystemBlockStore | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mBlocks : Map<Key,UnderFileSystemBlockMeta> to mBlocks : Map<Key,BlockInfo> in class alluxio.worker.block.UnderFileSystemBlockStore | From | To |