Uses of Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.fpga.FpgaDevice
Packages that use FpgaDevice
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of FpgaDevice in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources.fpga
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources.fpga that return types with arguments of type FpgaDeviceModifier and TypeMethodDescriptionFpgaResourceAllocator.FpgaAllocation.getAllowed()FpgaResourceAllocator.FpgaAllocation.getDenied()Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources.fpga with parameters of type FpgaDeviceModifier and TypeMethodDescriptionvoidFpgaResourceAllocator.updateFpga(String requestor, FpgaDevice device, String newIPID, String newHash) Method parameters in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources.fpga with type arguments of type FpgaDeviceModifier and TypeMethodDescriptionvoidFpgaResourceAllocator.addFpgaDevices(String type, List<FpgaDevice> list) -
Uses of FpgaDevice in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.fpga
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.fpga that return types with arguments of type FpgaDeviceModifier and TypeMethodDescriptionAbstractFpgaVendorPlugin.discover(int timeout) Discover the vendor's FPGA devices with execution time constraintFpgaDiscoverer.discover()Get available devices minor numbers from toolchain or static configuration.IntelFpgaOpenclPlugin.discover(int timeout) FpgaDiscoverer.getCurrentFpgaInfo()Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.fpga with parameters of type FpgaDeviceModifier and TypeMethodDescriptionbooleanAbstractFpgaVendorPlugin.configureIP(String ipPath, FpgaDevice device) The vendor plugin configure an IP file to a devicebooleanIntelFpgaOpenclPlugin.configureIP(String ipPath, FpgaDevice device) Program one device. -
Uses of FpgaDevice in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.fpga.discovery
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.fpga.discovery that return types with arguments of type FpgaDevice