3b6337e7d69a3426857f4255fad2cbc59529bfcb
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type masterClient : FileSystemMasterClient to masterClient : WorkerFileSystemMasterClient in method public PinListSync(blockDataManager BlockDataManager, tachyonConf TachyonConf, masterClient WorkerFileSystemMasterClient) in class tachyon.worker.block.PinListSync | From | To | |
| Change Parameter Type fileSystemMasterClient : FileSystemMasterClient to workerFileSystemMasterClient : WorkerFileSystemMasterClient in method public BlockDataManager(workerSource WorkerSource, workerBlockMasterClient WorkerBlockMasterClient, workerFileSystemMasterClient WorkerFileSystemMasterClient) in class tachyon.worker.block.BlockDataManager | From | To | |
| Move Method | 2 | ||
| Move Method public getPinList() : Set<Long> from class tachyon.client.FileSystemMasterClient to public getPinList() : Set<Long> from class tachyon.client.WorkerFileSystemMasterClient | From | To | |
| Move Method public addCheckpoint(workerId long, fileId long, length long, checkpointPath String) : boolean from class tachyon.client.FileSystemMasterClient to public addCheckpoint(workerId long, fileId long, length long, checkpointPath String) : boolean from class tachyon.client.WorkerFileSystemMasterClient | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute mFileSystemMasterClient : FileSystemMasterClient to mWorkerFileSystemMasterClient : WorkerFileSystemMasterClient in class tachyon.worker.block.BlockDataManager | From | To | |
| Rename Attribute mFileSystemMasterClient : FileSystemMasterClient to mWorkerFileSystemMasterClient : WorkerFileSystemMasterClient in class tachyon.worker.block.BlockWorker | From | To | |
| Change Attribute Type | 4 | ||
| Change Attribute Type mFileSystemMasterClient : FileSystemMasterClient to mWorkerFileSystemMasterClient : WorkerFileSystemMasterClient in class tachyon.worker.block.BlockDataManager | From | To | |
| Change Attribute Type mMasterClient : FileSystemMasterClient to mMasterClient : WorkerFileSystemMasterClient in class tachyon.worker.block.PinListSync | From | To | |
| Change Attribute Type mFileSystemMasterClient : FileSystemMasterClient to mWorkerFileSystemMasterClient : WorkerFileSystemMasterClient in class tachyon.worker.block.BlockWorker | From | To | |
| Change Attribute Type mFSMasterClient : FileSystemMasterClient to mFSMasterClient : WorkerFileSystemMasterClient in class tachyon.master.PinIntegrationTest | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter fileSystemMasterClient : FileSystemMasterClient to workerFileSystemMasterClient : WorkerFileSystemMasterClient in method public BlockDataManager(workerSource WorkerSource, workerBlockMasterClient WorkerBlockMasterClient, workerFileSystemMasterClient WorkerFileSystemMasterClient) in class tachyon.worker.block.BlockDataManager | From | To |