java.io.Serializable, java.lang.Comparablepublic class AssignedGpuDevice extends GpuDevice
GpuDevice, this include container id and more runtime
information related to who is using the GPU device if possibleindex, minorNumber| Constructor | Description |
|---|---|
AssignedGpuDevice(int index,
int minorNumber,
org.apache.hadoop.yarn.api.records.ContainerId containerId) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(java.lang.Object obj) |
|
boolean |
equals(java.lang.Object obj) |
|
java.lang.String |
getContainerId() |
|
int |
hashCode() |
|
void |
setContainerId(java.lang.String containerId) |
getIndex, getMinorNumber, toStringpublic AssignedGpuDevice(int index,
int minorNumber,
org.apache.hadoop.yarn.api.records.ContainerId containerId)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.