public interface IWorker
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Config config,
JobAPI.Job job,
IWorkerController workerController,
IPersistentVolume persistentVolume,
IVolatileVolume volatileVolume)
Execute with the resources configured
|
void execute(Config config, JobAPI.Job job, IWorkerController workerController, IPersistentVolume persistentVolume, IVolatileVolume volatileVolume)
config - configurationjob - the worker idworkerController - the worker controllerpersistentVolume - information about persistent file systemvolatileVolume - information about volatile file system