Modifier and Type | Field and Description |
---|---|
protected TWSChannel |
channel
The channel
|
protected Communicator |
communicator
Communicator
|
protected Config |
config
Configuration
|
protected IPersistentVolume |
persistentVolume
Persistent volume
|
protected CDFWRuntime |
taskExecutor
The task executor to be used
|
protected IVolatileVolume |
volatileVolume
Volatile volume
|
protected IWorkerController |
workerController
Controller
|
protected int |
workerId
This id
|
Constructor and Description |
---|
CDFWWorker() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Config cfg,
JobAPI.Job job,
IWorkerController wController,
IPersistentVolume pVolume,
IVolatileVolume vVolume)
Execute with the resources configured
|
protected TWSChannel channel
protected Communicator communicator
protected int workerId
protected IWorkerController workerController
protected IPersistentVolume persistentVolume
protected IVolatileVolume volatileVolume
protected Config config
protected CDFWRuntime taskExecutor
public void execute(Config cfg, JobAPI.Job job, IWorkerController wController, IPersistentVolume pVolume, IVolatileVolume vVolume)
IWorker