70579805c97c0affb22b036ce8d2795007cdb6dc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private getContainers(containerIDs NavigableSet<ContainerID>, owner String) : NavigableSet<ContainerID> from class org.apache.hadoop.hdds.scm.container.ContainerStateManager to private getContainersForOwner(containerIDs NavigableSet<ContainerID>, owner String) : NavigableSet<ContainerID> from class org.apache.hadoop.hdds.scm.container.SCMContainerManager | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method package getMatchingContainer(size long, owner String, pipelineManager PipelineManager, pipeline Pipeline) : ContainerInfo moved from class org.apache.hadoop.hdds.scm.container.ContainerStateManager to class org.apache.hadoop.hdds.scm.container.SCMContainerManager & inlined to public getMatchingContainer(sizeRequired long, owner String, pipeline Pipeline) : ContainerInfo | From | To | |
Move Attribute | 1 | ||
Move Attribute private numContainerPerOwnerInPipeline : int from class org.apache.hadoop.hdds.scm.container.ContainerStateManager to private numContainerPerOwnerInPipeline : int from class org.apache.hadoop.hdds.scm.container.SCMContainerManager | From | To | |
Extract Method | 1 | ||
Extract Method private addContainerToDB(containerInfo ContainerInfo) : void extracted from public allocateContainer(type ReplicationType, replicationFactor ReplicationFactor, owner String) : ContainerInfo in class org.apache.hadoop.hdds.scm.container.SCMContainerManager | From | To |