Package org.apache.storm.container.oci
Interface OciResourcesLocalizerInterface
- All Known Implementing Classes:
HdfsOciResourcesLocalizer
public interface OciResourcesLocalizerInterface
-
Method Summary
-
Method Details
-
init
- Throws:
IOException
-
localize
Localize the oci resource.- Parameters:
ociResource
- the oci resource to be localized- Returns:
- the destination of the localized resource.
- Throws:
IOException
- on I/O exception
-
localize
Localize a list of oci resources.- Parameters:
resourceList
- a list of oci resources.- Returns:
- a list of destinations.
- Throws:
IOException
- on I/O exception
-