Package org.apache.storm.container.oci
Class OciResource
java.lang.Object
org.apache.storm.container.oci.OciResource
-
Constructor Summary
ConstructorDescriptionOciResource
(String path, String fileName, long size, long timestamp, org.apache.storm.container.oci.OciResource.OciResourceType type) Constructor. -
Method Summary
-
Constructor Details
-
OciResource
public OciResource(String path, String fileName, long size, long timestamp, org.apache.storm.container.oci.OciResource.OciResourceType type) Constructor.- Parameters:
path
- the path to the resourcefileName
- the filename of the resourcesize
- the size of the resourcetimestamp
- the modification time of the resourcetype
- the type of the resource
-
-
Method Details