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

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

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

Fields in edu.isi.pegasus.planner.catalog.site.classes declared as InternalMountPoint
protected  InternalMountPoint DirectoryType.mInternalMount
          The internal mount point for the directory.
 

Methods in edu.isi.pegasus.planner.catalog.site.classes that return InternalMountPoint
 InternalMountPoint DirectoryType.getInternalMountPoint()
          Returns the internal mount point for the directory.
 

Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type InternalMountPoint
 void DirectoryType.initialize(List<FileServer> fs, InternalMountPoint imt)
          Initializes the object
 void DirectoryType.setInternalMountPoint(InternalMountPoint mountPoint)
          Sets the internal mount point for the directory.
 

Constructors in edu.isi.pegasus.planner.catalog.site.classes with parameters of type InternalMountPoint
DirectoryType(List<FileServer> fs, InternalMountPoint imt)
          The overloaded constructor
LocalDirectory(List<FileServer> fs, InternalMountPoint imt)
          The overloaded constructor
SharedDirectory(List<FileServer> fs, InternalMountPoint imt)
          The overloaded constructor
WorkerSharedDirectory(List<FileServer> fs, InternalMountPoint imt)
          The overloaded constructor
 



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