| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc | Package containing classes related to runC commands and common operations
 used within the @{link RuncContainerRuntime}. | 
| Modifier and Type | Method and Description | 
|---|---|
| ImageManifest.Blob | ImageManifest. getConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| ArrayList<ImageManifest.Blob> | ImageManifest. getLayers() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hadoop.yarn.api.records.LocalResource | HdfsManifestToResourcesPlugin. getResource(ImageManifest.Blob blob,
           String dir,
           String expectedMediaType,
           String expectedHashAlgorithm,
           String resourceSuffix) | 
| Constructor and Description | 
|---|
| ImageManifest(int schemaVersion,
             String mediaType,
             ImageManifest.Blob config,
             ArrayList<ImageManifest.Blob> layers,
             Map<String,String> annotations) | 
| Constructor and Description | 
|---|
| ImageManifest(int schemaVersion,
             String mediaType,
             ImageManifest.Blob config,
             ArrayList<ImageManifest.Blob> layers,
             Map<String,String> annotations) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.