| 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 | Description |
|---|---|---|
ImageManifest.Blob |
ImageManifest.getConfig() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.ArrayList<ImageManifest.Blob> |
ImageManifest.getLayers() |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.yarn.api.records.LocalResource |
HdfsManifestToResourcesPlugin.getResource(ImageManifest.Blob blob,
java.lang.String dir,
java.lang.String expectedMediaType,
java.lang.String expectedHashAlgorithm,
java.lang.String resourceSuffix) |
| Constructor | Description |
|---|---|
ImageManifest(int schemaVersion,
java.lang.String mediaType,
ImageManifest.Blob config,
java.util.ArrayList<ImageManifest.Blob> layers,
java.util.Map<java.lang.String,java.lang.String> annotations) |
| Constructor | Description |
|---|---|
ImageManifest(int schemaVersion,
java.lang.String mediaType,
ImageManifest.Blob config,
java.util.ArrayList<ImageManifest.Blob> layers,
java.util.Map<java.lang.String,java.lang.String> annotations) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.