public class OciResource extends Object
Constructor and Description |
---|
OciResource(String path,
String fileName,
long size,
long timestamp,
org.apache.storm.container.oci.OciResource.OciResourceType type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getFileName() |
String |
getPath() |
long |
getSize() |
long |
getTimestamp() |
org.apache.storm.container.oci.OciResource.OciResourceType |
getType() |
String |
toString() |
public OciResource(String path, String fileName, long size, long timestamp, org.apache.storm.container.oci.OciResource.OciResourceType type)
Constructor.
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 resourceCopyright © 2022 The Apache Software Foundation. All rights reserved.