public interface IPersistentVolume
Modifier and Type | Method and Description |
---|---|
java.io.File |
getJobDir()
get the job directory as a File object
|
java.lang.String |
getJobDirPath()
get the path of the shared persistent job directory as a string
|
java.lang.String |
getLogFileName()
get logfile name for this worker
|
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
|
boolean |
jobDirExists()
check whether job directory exists
|
boolean |
workerDirExists()
check whether worker directory exist
|
java.lang.String getJobDirPath()
java.lang.String getWorkerDirPath()
boolean jobDirExists()
boolean workerDirExists()
java.io.File getJobDir()
java.io.File getWorkerDir()
java.lang.String getLogFileName()