public class K8sVolatileVolume extends java.lang.Object implements IVolatileVolume
| Constructor and Description | 
|---|
K8sVolatileVolume(java.lang.String jobID,
                 int workerID)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.io.File | 
getWorkerDir()
get the worker directory as a File object
 this method creates the directory if it is not already created 
 | 
java.lang.String | 
getWorkerDirPath()
get the directory path of this worker as a string 
 | 
public java.lang.String getWorkerDirPath()
IVolatileVolumegetWorkerDirPath in interface IVolatileVolumepublic java.io.File getWorkerDir()
IVolatileVolumegetWorkerDir in interface IVolatileVolume