Uses of Class
edu.isi.pegasus.planner.catalog.site.classes.WorkerNodeScratch
-
Packages that use WorkerNodeScratch Package Description edu.isi.pegasus.planner.catalog.site.classes -
-
Uses of WorkerNodeScratch in edu.isi.pegasus.planner.catalog.site.classes
Fields in edu.isi.pegasus.planner.catalog.site.classes declared as WorkerNodeScratch Modifier and Type Field Description private WorkerNodeScratch
WorkerNodeFS. mScratch
The scratch area on the head node.Methods in edu.isi.pegasus.planner.catalog.site.classes that return WorkerNodeScratch Modifier and Type Method Description WorkerNodeScratch
WorkerNodeFS. getScratch()
Returns the scratch area on the head node.Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type WorkerNodeScratch Modifier and Type Method Description void
WorkerNodeFS. setScratch(WorkerNodeScratch scratch)
Sets the scratch area on the head node.Constructors in edu.isi.pegasus.planner.catalog.site.classes with parameters of type WorkerNodeScratch Constructor Description WorkerNodeFS(WorkerNodeScratch scratch, WorkerNodeStorage storage)
The overloaded constructor.
-