e5d52704661746569a918a19ba4299db8c59b67c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 3 | ||
Push Down Method public UfsManager() from class alluxio.worker.UfsManager to public DefaultUfsManager() from class alluxio.worker.DefaultUfsManager | From | To | |
Push Down Method public getUfsById(id long) : UnderFileSystem from class alluxio.worker.UfsManager to public getUfsById(id long) : UnderFileSystem from class alluxio.worker.DefaultUfsManager | From | To | |
Push Down Method public close() : void from class alluxio.worker.UfsManager to public close() : void from class alluxio.worker.DefaultUfsManager | From | To | |
Extract Subclass | 1 | ||
Extract Subclass alluxio.worker.DefaultUfsManager from class alluxio.worker.UfsManager | From | To | |
Push Down Attribute | 3 | ||
Push Down Attribute private mMasterClient : FileSystemMasterClient from class alluxio.worker.UfsManager to private mMasterClient : FileSystemMasterClient from class alluxio.worker.DefaultUfsManager | From | To | |
Push Down Attribute private mUfsMap : Map<Long,UnderFileSystem> from class alluxio.worker.UfsManager to private mUfsMap : Map<Long,UnderFileSystem> from class alluxio.worker.DefaultUfsManager | From | To | |
Push Down Attribute private mLock : Object from class alluxio.worker.UfsManager to private mLock : Object from class alluxio.worker.DefaultUfsManager | From | To | |
Split Attribute | 1 | ||
Split Attribute mUfsFactory : UnderFileSystemFactory to [mUfsManager : UfsManager, mUfs : UnderFileSystem] in class alluxio.worker.file.FileDataManagerTest | From | To |