Uses of Class
edu.isi.pegasus.planner.catalog.site.classes.WorkerNodeScratch

Packages that use WorkerNodeScratch
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
private  WorkerNodeScratch WorkerNodeFS.mScratch
          The scratch area on the head node.
 

Methods in edu.isi.pegasus.planner.catalog.site.classes that return WorkerNodeScratch
 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
 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
WorkerNodeFS(WorkerNodeScratch scratch, WorkerNodeStorage storage)
          The overloaded constructor.
 



Copyright © 2011 The University of Southern California. All Rights Reserved.