3ba2d538518be8baded818f84ad84b890e0e8e3e
Files Diff
- Added: 10
- Removed: 1
- Renamed: 0
- Modified: 39
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public createBlockMeta(sessionId long, blockId long, location BlockStoreLocation, initialBlockSize long) : TempBlockMeta renamed to public createBlock(sessionId long, blockId long, location BlockStoreLocation, initialBlockSize long) : TempBlockMeta in class alluxio.worker.block.TieredBlockStore | From | To | |
Rename Method public createBlockMeta(sessionId long, blockId long, location BlockStoreLocation, initialBlockSize long) : TempBlockMeta renamed to public createBlock(sessionId long, blockId long, location BlockStoreLocation, initialBlockSize long) : TempBlockMeta in class alluxio.worker.block.BlockStore | From | To | |
Move Method | 2 | ||
Move Method private createBlockFile(blockPath String) : void from class alluxio.worker.block.DefaultBlockWorker to private createBlockFile(blockPath String) : void from class alluxio.worker.block.TieredBlockStore | From | To | |
Move Method public validate() : void from class alluxio.thrift.BlockWorkerClientService.lockBlock_args to public validate() : void from class alluxio.thrift.LockBlockTOptions | From | To | |
Extract Class | 1 | ||
Extract Class alluxio.thrift.LockBlockTOptions from class alluxio.thrift.BlockWorkerClientService.lockBlock_args | From | To |