Package org.apache.storm.container.oci
Class LocalOrHdfsImageTagToManifestPlugin
- java.lang.Object
-
- org.apache.storm.container.oci.LocalOrHdfsImageTagToManifestPlugin
-
- All Implemented Interfaces:
OciImageTagToManifestPluginInterface
public class LocalOrHdfsImageTagToManifestPlugin extends Object implements OciImageTagToManifestPluginInterface
-
-
Constructor Summary
Constructors Constructor Description LocalOrHdfsImageTagToManifestPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHashFromImageTag(String imageTag)
ImageManifest
getManifestFromImageTag(String imageTag)
void
init(Map<String,Object> conf)
-
-
-
Method Detail
-
init
public void init(Map<String,Object> conf) throws IOException
- Specified by:
init
in interfaceOciImageTagToManifestPluginInterface
- Throws:
IOException
-
getManifestFromImageTag
public ImageManifest getManifestFromImageTag(String imageTag) throws IOException
- Specified by:
getManifestFromImageTag
in interfaceOciImageTagToManifestPluginInterface
- Throws:
IOException
-
getHashFromImageTag
public String getHashFromImageTag(String imageTag)
- Specified by:
getHashFromImageTag
in interfaceOciImageTagToManifestPluginInterface
-
-