fc2b69eba1c5df59f6175205c27dc7b584df50c0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method private createReq(jobId JobId, taskAttemptId int, memory int, vcore int, hosts String[], earlierFailedAttempt boolean, reduce boolean) : ContainerRequestEvent extracted from private createReq(jobId JobId, taskAttemptId int, memory int, hosts String[], earlierFailedAttempt boolean, reduce boolean) : ContainerRequestEvent in class org.apache.hadoop.mapreduce.v2.app.rm.TestRMContainerAllocator | From | To | |
Extract Method private handleMapContainerRequest(reqEvent ContainerRequestEvent) : void extracted from protected handleEvent(event ContainerAllocatorEvent) : void in class org.apache.hadoop.mapreduce.v2.app.rm.RMContainerAllocator | From | To | |
Extract Method private handleReduceContainerRequest(reqEvent ContainerRequestEvent) : void extracted from protected handleEvent(event ContainerAllocatorEvent) : void in class org.apache.hadoop.mapreduce.v2.app.rm.RMContainerAllocator | From | To | |
Rename Parameter | 1 | ||
Rename Parameter memory : int to mem : int in method private createReq(jobId JobId, taskAttemptId int, mem int, hosts String[], earlierFailedAttempt boolean, reduce boolean) : ContainerRequestEvent in class org.apache.hadoop.mapreduce.v2.app.rm.TestRMContainerAllocator | From | To |