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