Toggle navigation
Home
java.lang.Integer to org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.gpu.GpuDevice
No. of Instances - 18
No. of Commits - 1
No. of Projects - {'hadoop'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Rename Variable
getMinorNumbersOfGpusUsableByYarn
to
getGpusUsableByYarn
minorNumbersOfUsableGpus
to
usableGpus
minorNumbersOfUsableGpus
to
usableGpus
minorNumbersOfUsableGpus
to
usableGpus
minorNumbers
to
usableGpuDevices
minorNumbers
to
usableGpuDevices
Cascading Type Change (Similar)
List<Integer>
to
List<GpuDevice>
List<Integer>
to
List<GpuDevice>
Add or Remove Method invocation
GpuDiscoverer.getInstance().getMinorNumbersOfGpusUsableByYarn()
to
GpuDiscoverer.getInstance().getGpusUsableByYarn()
deviceAllocationMapping.keySet().containsAll(Arrays.asList(1,3))
to
deviceAllocationMapping.keySet().contains(new GpuDevice(1,1))
deviceAllocationMapping.get(1)
to
deviceAllocationMapping.get(new GpuDevice(1,1))
deviceAllocationMapping.keySet().containsAll(Arrays.asList(1,3))
to
deviceAllocationMapping.keySet().contains(new GpuDevice(2,3))
deviceAllocationMapping.get(1)
to
deviceAllocationMapping.get(new GpuDevice(1,1))
deviceAllocationMapping.get(1)
to
deviceAllocationMapping.get(new GpuDevice(1,1))
Rename Method invocation
getMinorNumbersOfGpusUsableByYarn
to
getGpusUsableByYarn