Uses of Class
edu.isi.pegasus.planner.catalog.site.classes.InternalMountPoint
-
Packages that use InternalMountPoint Package Description 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 Modifier and Type Field Description protected InternalMountPoint
DirectoryLayout. mInternalMount
The internal mount point for the directory.Methods in edu.isi.pegasus.planner.catalog.site.classes that return InternalMountPoint Modifier and Type Method Description InternalMountPoint
DirectoryLayout. getInternalMountPoint()
Returns the internal mount point for the directory.Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type InternalMountPoint Modifier and Type Method Description private void
DirectoryLayout. initialize(java.util.Map<FileServerType.OPERATION,java.util.List<FileServer>> fs, InternalMountPoint imt)
Initializes the objectvoid
DirectoryLayout. 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 Constructor Description DirectoryLayout(java.util.Map<FileServerType.OPERATION,java.util.List<FileServer>> fs, InternalMountPoint imt)
The overloaded constructorLocalDirectory(java.util.Map<FileServerType.OPERATION,java.util.List<FileServer>> fs, InternalMountPoint imt)
The overloaded constructorSharedDirectory(java.util.Map<FileServerType.OPERATION,java.util.List<FileServer>> fs, InternalMountPoint imt)
The overloaded constructorWorkerSharedDirectory(java.util.Map<FileServerType.OPERATION,java.util.List<FileServer>> fs, InternalMountPoint imt)
The overloaded constructor
-