Package | Description |
---|---|
edu.isi.pegasus.planner.catalog.site.classes |
Modifier and Type | Field and Description |
---|---|
protected InternalMountPoint |
DirectoryLayout.mInternalMount
The internal mount point for the directory.
|
Modifier and Type | Method and Description |
---|---|
InternalMountPoint |
DirectoryLayout.getInternalMountPoint()
Returns the internal mount point for the directory.
|
Modifier and Type | Method and Description |
---|---|
private void |
DirectoryLayout.initialize(java.util.Map<FileServerType.OPERATION,java.util.List<FileServer>> fs,
InternalMountPoint imt)
Initializes the object
|
void |
DirectoryLayout.setInternalMountPoint(InternalMountPoint mountPoint)
Sets the internal mount point for the directory.
|
Constructor and Description |
---|
DirectoryLayout(java.util.Map<FileServerType.OPERATION,java.util.List<FileServer>> fs,
InternalMountPoint imt)
The overloaded constructor
|
LocalDirectory(java.util.Map<FileServerType.OPERATION,java.util.List<FileServer>> fs,
InternalMountPoint imt)
The overloaded constructor
|
SharedDirectory(java.util.Map<FileServerType.OPERATION,java.util.List<FileServer>> fs,
InternalMountPoint imt)
The overloaded constructor
|
WorkerSharedDirectory(java.util.Map<FileServerType.OPERATION,java.util.List<FileServer>> fs,
InternalMountPoint imt)
The overloaded constructor
|