Package | Description |
---|---|
org.apache.storm.container.oci |
Modifier and Type | Method and Description |
---|---|
OciResource |
HdfsManifestToResourcesPlugin.getConfigResource(ImageManifest manifest) |
OciResource |
OciManifestToResourcesPluginInterface.getConfigResource(ImageManifest manifest)
Get the image config information from the manifest.
|
Modifier and Type | Method and Description |
---|---|
List<OciResource> |
HdfsManifestToResourcesPlugin.getLayerResources(ImageManifest manifest) |
List<OciResource> |
OciManifestToResourcesPluginInterface.getLayerResources(ImageManifest manifest)
Get the layers information from the manifest.
|
Modifier and Type | Method and Description |
---|---|
String |
HdfsOciResourcesLocalizer.localize(OciResource ociResource)
Download the resources from HDFS to local dir.
|
String |
OciResourcesLocalizerInterface.localize(OciResource ociResource)
Localize the oci resource.
|
Modifier and Type | Method and Description |
---|---|
default List<String> |
OciResourcesLocalizerInterface.localize(List<OciResource> resourceList)
Localize a list of oci resources.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.