edu.isi.pegasus.planner.catalog.site.classes
Class HeadNodeScratch
java.lang.Object
edu.isi.pegasus.planner.catalog.site.classes.SiteData
edu.isi.pegasus.planner.catalog.site.classes.AbstractSiteData
edu.isi.pegasus.planner.catalog.site.classes.StorageType
edu.isi.pegasus.planner.catalog.site.classes.HeadNodeScratch
- All Implemented Interfaces:
- Cloneable
public class HeadNodeScratch
- extends StorageType
This data class describes the scratch area on a head node.
- Version:
- $Revision: 2003 $
- Author:
- Karan Vahi
|
Method Summary |
void |
toXML(Writer writer,
String indent)
Writes out the xml description of the object. |
HeadNodeScratch
public HeadNodeScratch()
- The default constructor
HeadNodeScratch
public HeadNodeScratch(StorageType type)
- The overloaded constructor
- Parameters:
type - StorageType
HeadNodeScratch
public HeadNodeScratch(LocalDirectory local,
SharedDirectory shared)
- The overloaded constructor.
- Parameters:
local - the local directory on the node.shared - the shared directory on the node.
toXML
public void toXML(Writer writer,
String indent)
throws IOException
- Writes out the xml description of the object.
- Overrides:
toXML in class StorageType
- Parameters:
writer - is a Writer opened and ready for writing. This can also
be a StringWriter for efficient output.indent - the indent to be used.
- Throws:
IOException - if something fishy happens to the stream.
Copyright © 2011 The University of Southern California. All Rights Reserved.