d60673c47077d69320ae1bd37c6b74489bef25f7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type index : long to indexes : List<Long> in method private updateFlushIndex(indexes List<Long>) : void in class org.apache.hadoop.hdds.scm.storage.BlockOutputStream | From | To | |
Extract Variable | 1 | ||
Extract Variable length : long in method private updateFlushIndex(indexes List<Long>) : void from class org.apache.hadoop.hdds.scm.storage.BlockOutputStream | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type commitIndex2flushedDataMap : ConcurrentHashMap<Long,Long> to commitIndex2flushedDataMap : ConcurrentSkipListMap<Long,Long> in class org.apache.hadoop.hdds.scm.storage.BlockOutputStream | From | To | |
Rename Parameter | 1 | ||
Rename Parameter index : long to indexes : List<Long> in method private updateFlushIndex(indexes List<Long>) : void in class org.apache.hadoop.hdds.scm.storage.BlockOutputStream | From | To |