Uses of Enum Class
org.apache.hadoop.yarn.server.nodemanager.api.deviceplugin.YarnRuntimeType
Packages that use YarnRuntimeType
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.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of YarnRuntimeType in org.apache.hadoop.yarn.server.nodemanager.api.deviceplugin
Methods in org.apache.hadoop.yarn.server.nodemanager.api.deviceplugin that return YarnRuntimeTypeModifier and TypeMethodDescriptionstatic YarnRuntimeTypeReturns the enum constant of this class with the specified name.static YarnRuntimeType[]YarnRuntimeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.server.nodemanager.api.deviceplugin with parameters of type YarnRuntimeTypeModifier and TypeMethodDescriptionDevicePlugin.onDevicesAllocated(Set<Device> allocatedDevices, YarnRuntimeType yarnRuntime) Asking how these devices should be prepared/used before/when container launch. -
Uses of YarnRuntimeType in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.com.nec
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.com.nec with parameters of type YarnRuntimeTypeModifier and TypeMethodDescriptionNECVEPlugin.onDevicesAllocated(Set<Device> set, YarnRuntimeType yarnRuntimeType) -
Uses of YarnRuntimeType in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.com.nvidia
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.com.nvidia with parameters of type YarnRuntimeTypeModifier and TypeMethodDescriptionNvidiaGPUPluginForRuntimeV2.onDevicesAllocated(Set<Device> allocatedDevices, YarnRuntimeType yarnRuntime)