java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.fpga.discovery.DeviceSpecParser

public final class DeviceSpecParser extends Object
Parses a string which specifies FPGA devices. Multiple devices should be separated by a comma. A device specification should contain the symbolic name of the device, major and minor device numbers. Example: "acl0/243:0,acl1/243:1".