Uses of Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc.ImageManifest.Blob
Packages that use ImageManifest.Blob
Package
Description
Package containing classes related to runC commands and common operations
used within the @{link RuncContainerRuntime}.
-
Uses of ImageManifest.Blob in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc that return ImageManifest.BlobMethods in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc that return types with arguments of type ImageManifest.BlobMethods in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc with parameters of type ImageManifest.BlobModifier and TypeMethodDescriptionorg.apache.hadoop.yarn.api.records.LocalResourceHdfsManifestToResourcesPlugin.getResource(ImageManifest.Blob blob, String dir, String expectedMediaType, String expectedHashAlgorithm, String resourceSuffix) Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc with parameters of type ImageManifest.BlobModifierConstructorDescriptionImageManifest(int schemaVersion, String mediaType, ImageManifest.Blob config, ArrayList<ImageManifest.Blob> layers, Map<String, String> annotations) Constructor parameters in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc with type arguments of type ImageManifest.BlobModifierConstructorDescriptionImageManifest(int schemaVersion, String mediaType, ImageManifest.Blob config, ArrayList<ImageManifest.Blob> layers, Map<String, String> annotations)