Uses of Class
org.apache.storm.container.oci.OciResource
-
Packages that use OciResource Package Description org.apache.storm.container.oci -
-
Uses of OciResource in org.apache.storm.container.oci
Methods in org.apache.storm.container.oci that return OciResource Modifier and Type Method Description OciResource
HdfsManifestToResourcesPlugin. getConfigResource(ImageManifest manifest)
OciResource
OciManifestToResourcesPluginInterface. getConfigResource(ImageManifest manifest)
Get the image config information from the manifest.Methods in org.apache.storm.container.oci that return types with arguments of type OciResource Modifier and Type Method Description List<OciResource>
HdfsManifestToResourcesPlugin. getLayerResources(ImageManifest manifest)
List<OciResource>
OciManifestToResourcesPluginInterface. getLayerResources(ImageManifest manifest)
Get the layers information from the manifest.Methods in org.apache.storm.container.oci with parameters of type OciResource Modifier and Type Method Description String
HdfsOciResourcesLocalizer. localize(OciResource ociResource)
Download the resources from HDFS to local dir.String
OciResourcesLocalizerInterface. localize(OciResource ociResource)
Localize the oci resource.Method parameters in org.apache.storm.container.oci with type arguments of type OciResource Modifier and Type Method Description default List<String>
OciResourcesLocalizerInterface. localize(List<OciResource> resourceList)
Localize a list of oci resources.
-