| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.gpu | Package for GPU support classes. | 
| org.apache.hadoop.yarn.server.nodemanager.webapp.dao.gpu | 
| Modifier and Type | Method and Description | 
|---|---|
| GpuDeviceInformation | GpuDiscoverer. getGpuDeviceInformation()Get GPU device information from system. | 
| Modifier and Type | Method and Description | 
|---|---|
| GpuDeviceInformation | NMGpuResourceInfo. getGpuDeviceInformation() | 
| GpuDeviceInformation | GpuDeviceInformationParser. parseXml(String xmlContent) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NMGpuResourceInfo. setGpuDeviceInformation(GpuDeviceInformation gpuDeviceInformation) | 
| Constructor and Description | 
|---|
| NMGpuResourceInfo(GpuDeviceInformation gpuDeviceInformation,
                 List<GpuDevice> totalGpuDevices,
                 List<AssignedGpuDevice> assignedGpuDevices) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.