| 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 | Description |
|---|---|---|
GpuDeviceInformation |
GpuDiscoverer.getGpuDeviceInformation() |
Get GPU device information from system.
|
| Modifier and Type | Method | Description |
|---|---|---|
GpuDeviceInformation |
NMGpuResourceInfo.getGpuDeviceInformation() |
|
GpuDeviceInformation |
GpuDeviceInformationParser.parseXml(java.lang.String xmlContent) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
NMGpuResourceInfo.setGpuDeviceInformation(GpuDeviceInformation gpuDeviceInformation) |
| Constructor | Description |
|---|---|
NMGpuResourceInfo(GpuDeviceInformation gpuDeviceInformation,
java.util.List<GpuDevice> totalGpuDevices,
java.util.List<AssignedGpuDevice> assignedGpuDevices) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.