bd6511ce9544298333840d19f178b6c76f71aad2
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method public addAbsentPath(path AlluxioURI) : void from class alluxio.master.file.meta.UfsAbsentPathSyncCache to private syncAddAbsentPath(path AlluxioURI) : void from class alluxio.master.file.meta.UfsAbsentPathAsyncCache | From | To | |
| Move Method | 4 | ||
| Move Method protected getCache(mountId long) : ConcurrentSkipListSet<String> from class alluxio.master.file.meta.UfsAbsentPathSyncCache to private getCache(mountId long) : ConcurrentSkipListSet<String> from class alluxio.master.file.meta.UfsAbsentPathAsyncCache | From | To | |
| Move Method public removeAbsentPath(path AlluxioURI) : void from class alluxio.master.file.meta.UfsAbsentPathSyncCache to public removeAbsentPath(path AlluxioURI) : void from class alluxio.master.file.meta.UfsAbsentPathAsyncCache | From | To | |
| Move Method public removeMountPoint(mountId long) : void from class alluxio.master.file.meta.UfsAbsentPathSyncCache to public removeMountPoint(mountId long) : void from class alluxio.master.file.meta.UfsAbsentPathAsyncCache | From | To | |
| Move Method public isAbsent(path AlluxioURI) : boolean from class alluxio.master.file.meta.UfsAbsentPathSyncCache to public isAbsent(path AlluxioURI) : boolean from class alluxio.master.file.meta.UfsAbsentPathAsyncCache | From | To | |
| Move Attribute | 2 | ||
| Move Attribute protected mCaches : ConcurrentHashMapV8<Long,ConcurrentSkipListSet<String>> from class alluxio.master.file.meta.UfsAbsentPathSyncCache to private mCaches : ConcurrentHashMapV8<Long,ConcurrentSkipListSet<String>> from class alluxio.master.file.meta.UfsAbsentPathAsyncCache | From | To | |
| Move Attribute protected mMountTable : MountTable from class alluxio.master.file.meta.UfsAbsentPathSyncCache to private mMountTable : MountTable from class alluxio.master.file.meta.UfsAbsentPathAsyncCache | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type cache : UfsAbsentPathSyncCache to cache : UfsAbsentPathCache in method private checkGetStatus(path String, options GetStatusOptions, expectExists boolean, expectLoadFromUfs boolean) : void in class alluxio.master.file.LoadMetadataTest | From | To |