Package | Description |
---|---|
edu.isi.pegasus.planner.catalog.site.classes |
Modifier and Type | Field and Description |
---|---|
protected LocalDirectory |
StorageType.mLocalDirectory
The local directory on the node.
|
Modifier and Type | Method and Description |
---|---|
LocalDirectory |
StorageType.getLocalDirectory()
Returns the local directory.
|
Modifier and Type | Method and Description |
---|---|
void |
StorageType.setLocalDirectory(LocalDirectory local)
Sets the local directory.
|
Constructor and Description |
---|
HeadNodeScratch(LocalDirectory local,
SharedDirectory shared)
The overloaded constructor.
|
HeadNodeStorage(LocalDirectory local,
SharedDirectory shared)
The overloaded constructor.
|
StorageType(LocalDirectory local,
SharedDirectory shared)
The overloaded constructor.
|
WorkerNodeScratch(LocalDirectory local,
SharedDirectory shared)
The overloaded constructor.
|
WorkerNodeStorage(LocalDirectory local,
SharedDirectory shared)
The overloaded constructor.
|