| Package | Description |
|---|---|
| edu.isi.pegasus.planner.catalog.site.classes |
| Modifier and Type | Field and Description |
|---|---|
protected WorkerSharedDirectory |
WorkerNodeScratch.mWorkerShared
The directory shared only amongst the worker nodes.
|
protected WorkerSharedDirectory |
WorkerNodeStorage.mWorkerShared
The directory shared only amongst the worker nodes.
|
| Modifier and Type | Method and Description |
|---|---|
WorkerSharedDirectory |
WorkerNodeScratch.getWorkerSharedDirectory()
Returns the directory shared amongst the worker nodes only.
|
WorkerSharedDirectory |
WorkerNodeStorage.getWorkerSharedDirectory()
Returns the directory shared amongst the worker nodes only.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkerNodeScratch.setWorkerSharedDirectory(WorkerSharedDirectory directory)
Sets the directory shared amongst the worker nodes only.
|
void |
WorkerNodeStorage.setWorkerSharedDirectory(WorkerSharedDirectory directory)
Sets the directory shared amongst the worker nodes only.
|