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

Packages that use WorkerSharedDirectory
edu.isi.pegasus.planner.catalog.site.classes   
 

Uses of WorkerSharedDirectory in edu.isi.pegasus.planner.catalog.site.classes
 

Fields in edu.isi.pegasus.planner.catalog.site.classes declared as WorkerSharedDirectory
protected  WorkerSharedDirectory WorkerNodeScratch.mWorkerShared
          The directory shared only amongst the worker nodes.
protected  WorkerSharedDirectory WorkerNodeStorage.mWorkerShared
          The directory shared only amongst the worker nodes.
 

Methods in edu.isi.pegasus.planner.catalog.site.classes that return WorkerSharedDirectory
 WorkerSharedDirectory WorkerNodeScratch.getWorkerSharedDirectory()
          Returns the directory shared amongst the worker nodes only.
 WorkerSharedDirectory WorkerNodeStorage.getWorkerSharedDirectory()
          Returns the directory shared amongst the worker nodes only.
 

Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type WorkerSharedDirectory
 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.
 



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