Package | Description |
---|---|
edu.isi.pegasus.planner.catalog.site.classes |
Modifier and Type | Field and Description |
---|---|
protected List<FileServer> |
DirectoryType.mFileServers
The list of file servers that can be used to write to access this directory.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
Iterator<FileServer> |
DirectoryType.getFileServersIterator()
Returns at iterator to the file servers.
|
Modifier and Type | Method and Description |
---|---|
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)
|
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
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.