2e5c8dec36266c871c1a3a8fa3e18e55b5fe7d6c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable rwLock : ReadWriteLock to pathLock : PathLock in method private processSinglePath(alluxioUri AlluxioURI, mountInfo MountInfo) : boolean in class alluxio.master.file.meta.AsyncUfsAbsentPathCache | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type rwLock : ReadWriteLock to pathLock : PathLock in method private processSinglePath(alluxioUri AlluxioURI, mountInfo MountInfo) : boolean in class alluxio.master.file.meta.AsyncUfsAbsentPathCache | From | To | |
| Change Variable Type existingLock : ReadWriteLock to existingLock : PathLock in method private processSinglePath(alluxioUri AlluxioURI, mountInfo MountInfo) : boolean in class alluxio.master.file.meta.AsyncUfsAbsentPathCache | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mCurrentPaths : ConcurrentHashMapV8<String,ReadWriteLock> to mCurrentPaths : ConcurrentHashMapV8<String,PathLock> in class alluxio.master.file.meta.AsyncUfsAbsentPathCache | From | To |