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

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

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

Fields in edu.isi.pegasus.planner.catalog.site.classes with type parameters of type FileServer
protected  List<FileServer> DirectoryType.mFileServers
          The list of file servers that can be used to write to access this directory.
 

Methods in edu.isi.pegasus.planner.catalog.site.classes that return FileServer
 FileServer DirectoryType.selectFileServer()
          Selects a random file server and returns it.
 FileServer StorageType.selectLocalFileServer()
          Selects a FileServer associated with the Local Directory.
 FileServer WorkerNodeFS.selectScratchLocalFileServer()
          Selects a FileServer associated with the Local Directory on the Scratch system.
 FileServer HeadNodeFS.selectScratchLocalFileServer()
          Selects a FileServer associated with the Local Directory on the Scratch system.
 FileServer WorkerNodeFS.selectScratchSharedFileServer()
          Selects a FileServer associated with the Shared Directory on the Scratch system.
 FileServer HeadNodeFS.selectScratchSharedFileServer()
          Selects a FileServer associated with the Shared Directory on the Scratch system.
 FileServer StorageType.selectSharedFileServer()
          Selects a FileServer associated with the Shared Directory.
 FileServer HeadNodeFS.selectStorageFileServerForStageout()
          A convenience method that returns a file server to be used for stageout.
 FileServer SiteCatalogEntry.selectStorageFileServerForStageout()
          A convenience method that selects a file server for staging the data out to a site.
 FileServer WorkerNodeFS.selectStorageLocalFileServer()
          Selects a FileServer associated with the Local Directory on the Storage system.
 FileServer HeadNodeFS.selectStorageLocalFileServer()
          Selects a FileServer associated with the Local Directory on the Storage system.
 FileServer WorkerNodeFS.selectStorageSharedFileServer()
          Selects a FileServer associated with the Shared Directory on the Storage system.
 FileServer HeadNodeFS.selectStorageSharedFileServer()
          Selects a FileServer associated with the Shared Directory on the Storage system.
 

Methods in edu.isi.pegasus.planner.catalog.site.classes that return types with arguments of type FileServer
 Iterator<FileServer> DirectoryType.getFileServersIterator()
          Returns at iterator to the file servers.
 

Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type FileServer
 void DirectoryType.addFileServer(FileServer server)
          Adds a FileServer that can access this directory.
 String SiteStore.getExternalWorkDirectory(FileServer fs, String siteHandle)
          Return the work directory as seen externally (including external mount point)
 

Method parameters in edu.isi.pegasus.planner.catalog.site.classes with type arguments of type FileServer
 void DirectoryType.initialize(List<FileServer> fs, InternalMountPoint imt)
          Initializes the object
 void DirectoryType.setFileServers(List<FileServer> servers)
          Sets the list of FileServers that can access this directory.
 

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