Package org.apache.storm.container.oci
Class OciResource
- java.lang.Object
-
- org.apache.storm.container.oci.OciResource
-
public class OciResource extends Object
-
-
Constructor Summary
Constructors Constructor Description OciResource(String path, String fileName, long size, long timestamp, org.apache.storm.container.oci.OciResource.OciResourceType type)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileName()
String
getPath()
long
getSize()
long
getTimestamp()
org.apache.storm.container.oci.OciResource.OciResourceType
getType()
String
toString()
-
-
-
Constructor Detail
-
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
-
-