java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.gpu.GpuDevice
org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.gpu.AssignedGpuDevice
All Implemented Interfaces:
Serializable, Comparable

public class AssignedGpuDevice extends GpuDevice
In addition to GpuDevice, this include container id and more runtime information related to who is using the GPU device if possible
See Also:
  • Constructor Details

    • AssignedGpuDevice

      public AssignedGpuDevice(int index, int minorNumber, org.apache.hadoop.yarn.api.records.ContainerId containerId)
    • AssignedGpuDevice

      public AssignedGpuDevice()
  • Method Details