public class AssignedDevice extends Object implements Serializable, Comparable
| Constructor and Description | 
|---|
| AssignedDevice(org.apache.hadoop.yarn.api.records.ContainerId cId,
              Device dev) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compareTo(Object o) | 
| boolean | equals(Object o) | 
| String | getContainerId() | 
| Device | getDevice() | 
| int | hashCode() | 
public AssignedDevice(org.apache.hadoop.yarn.api.records.ContainerId cId,
                      Device dev)
public Device getDevice()
public String getContainerId()
public int compareTo(Object o)
compareTo in interface ComparableCopyright © 2008–2023 Apache Software Foundation. All rights reserved.