java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.api.deviceplugin.DeviceRuntimeSpec
All Implemented Interfaces:
Serializable

public final class DeviceRuntimeSpec extends Object implements Serializable
This is a spec used to prepare and run container. It's return value of onDeviceAllocated invoked by the framework. For preparation, if volumeSpecs is populated then the framework will create the volume before using the device When running container, the envs indicates environment variable needed. The containerRuntime indicates what Docker runtime to use. The volume and device mounts describes key isolation requirements
See Also: