dffb7bfe6cd2292162f08ec0bded736bc5194c3f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package isSandboxContainerRequested() : boolean renamed to public isRuntimeRequested(env Map<String,String>) : boolean in class org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.JavaSandboxLinuxContainerRuntime | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type allowedRuntimes : EnumSet<LinuxContainerRuntimeConstants.RuntimeType> to allowedRuntimes : Set<String> in class org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DelegatingLinuxContainerRuntime | From | To |