003645779f77a2a571ec3219c2780fdb630f95b3
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public cleanup(sessionId long, blockId long) : boolean renamed to public closeReaderOrWriter(sessionId long, blockId long) : void in class alluxio.worker.block.UnderFileSystemBlockStore | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type blockReader : BlockReaderWithCache to blockReader : BlockReader in method public setBlockReader(blockReader BlockReader) : void in class alluxio.worker.block.UnderFileSystemBlockStore.BlockInfo | From | To | |
| Change Return Type | 2 | ||
| Change Return Type boolean to void in method public closeReaderOrWriter(sessionId long, blockId long) : void in class alluxio.worker.block.UnderFileSystemBlockStore | From | To | |
| Change Return Type boolean to void in method public closeReaderOrWriter() : void in class alluxio.worker.block.UnderFileSystemBlockStore.BlockInfo | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type reader : BlockReaderWithCache to reader : BlockReader 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 mBlockReader : BlockReaderWithCache to mBlockReader : BlockReader in class alluxio.worker.block.UnderFileSystemBlockStore.BlockInfo | From | To | |
| Extract Method | 1 | ||
| Extract Method public getTempBlockMetaOrNull(blockId long) : TempBlockMeta extracted from public getTempBlockMeta(blockId long) : TempBlockMeta in class alluxio.worker.block.BlockMetadataManager | From | To |