de894d34f6739685f32cd63a0e26b0e45bcf5c8c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable containerBasePath : String to hddsVolumeDir : String in method public create(volumeSet VolumeSet, volumeChoosingPolicy VolumeChoosingPolicy, scmId String) : void in class org.apache.hadoop.ozone.container.keyvalue.KeyValueContainer | From | To | |
Change Variable Type | 2 | ||
Change Variable Type container : Container to container : KeyValueContainer in method public testUpdateContainer() : void in class org.apache.hadoop.ozone.container.common.impl.TestContainerPersistence | From | To | |
Change Variable Type cNewData : ContainerData to cNewData : KeyValueContainerData in method public testWritReadManyChunks() : void in class org.apache.hadoop.ozone.container.common.impl.TestContainerPersistence | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type containerData : ContainerData to containerData : KeyValueContainerData in class org.apache.hadoop.ozone.container.keyvalue.statemachine.background.BlockDeletingService.BlockDeletingTask | From | To | |
Rename Parameter | 2 | ||
Rename Parameter baseDir : String to hddsVolumeDir : String in method public getContainerMetaDataPath(hddsVolumeDir String, scmId String, containerId long) : File in class org.apache.hadoop.ozone.container.keyvalue.helpers.KeyValueContainerLocationUtil | From | To | |
Rename Parameter baseDir : String to hddsVolumeDir : String in method private getBaseContainerLocation(hddsVolumeDir String, scmId String, containerId long) : String in class org.apache.hadoop.ozone.container.keyvalue.helpers.KeyValueContainerLocationUtil | From | To |