8274ff356ab4cdcb4cd8598e848929edd13a845e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type containerDirs : List<Path> to containerDirs : List<StorageLocation> in method public init(config Configuration, containerDirs List<StorageLocation>) : void in class org.apache.hadoop.ozone.container.common.impl.ContainerManagerImpl | From | To | |
Change Parameter Type pathList : List<Path> to pathList : List<StorageLocation> in method private getDataDir(dataset FsDatasetSpi<? extends FsVolumeSpi>, pathList List<StorageLocation>) : void in class org.apache.hadoop.ozone.container.ozoneimpl.OzoneContainer | From | To | |
Change Parameter Type containerDirs : List<Path> to containerDirs : List<StorageLocation> in method public init(config Configuration, containerDirs List<StorageLocation>) : void in class org.apache.hadoop.ozone.container.common.interfaces.ContainerManager | From | To | |
Rename Attribute | 1 | ||
Rename Attribute locations : List<Path> to metadataLocations : List<StorageLocation> in class org.apache.hadoop.ozone.container.common.impl.ContainerLocationManagerImpl | From | To | |
Change Variable Type | 2 | ||
Change Variable Type locations : List<Path> to locations : List<StorageLocation> in method public OzoneContainer(ozoneConfig Configuration, dataSet FsDatasetSpi<? extends FsVolumeSpi>) in class org.apache.hadoop.ozone.container.ozoneimpl.OzoneContainer | From | To | |
Change Variable Type path : Path to path : StorageLocation in method public init(config Configuration, containerDirs List<StorageLocation>) : void in class org.apache.hadoop.ozone.container.common.impl.ContainerManagerImpl | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type locations : List<Path> to metadataLocations : List<StorageLocation> in class org.apache.hadoop.ozone.container.common.impl.ContainerLocationManagerImpl | From | To | |
Change Attribute Type pathLists : List<Path> to pathLists : List<StorageLocation> in class org.apache.hadoop.ozone.container.common.impl.TestContainerPersistence | From | To |