|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.catalog.site.classes.SiteData
edu.isi.pegasus.planner.catalog.site.classes.AbstractSiteData
edu.isi.pegasus.planner.catalog.site.classes.FileSystemType
public abstract class FileSystemType
An abstract class describing a filesystem type.
The various attributes that can be associated with the the server are displayed in the following table.
| Attribute Name | Attribute Description |
|---|---|
| mount-point | the mount point for the filesystem |
| Field Summary | |
|---|---|
protected String |
mFreeSize
The free space on the file system. |
protected String |
mMountPoint
The mount point for the file system. |
protected String |
mTotalSize
The total size of file system. |
| Constructor Summary | |
|---|---|
FileSystemType()
The default constructor. |
|
FileSystemType(String mountPoint,
String totalSize,
String freeSize)
The overloaded constructor. |
|
| Method Summary | |
|---|---|
Object |
clone()
Returns the clone of the object. |
String |
getFreeSize()
Sets the free directory size |
String |
getMountPoint()
Returns the mount point for the file system type. |
String |
getTotalSize()
Returns the total directory size. |
void |
setFreeSize(String size)
Sets the free directory size |
void |
setMountPoint(String point)
Sets the mount point for the file system type. |
void |
setTotalSize(String size)
Sets the directory size |
| Methods inherited from class edu.isi.pegasus.planner.catalog.site.classes.AbstractSiteData |
|---|
toString, toXML, toXML, writeAttribute |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String mMountPoint
protected String mTotalSize
protected String mFreeSize
| Constructor Detail |
|---|
public FileSystemType()
public FileSystemType(String mountPoint,
String totalSize,
String freeSize)
mountPoint - the mount point of the system.totalSize - the total size of the system.freeSize - the free size| Method Detail |
|---|
public void setMountPoint(String point)
point - the mount point.public String getMountPoint()
public void setTotalSize(String size)
size - the directory size.public String getTotalSize()
public void setFreeSize(String size)
size - the directory size.public String getFreeSize()
public Object clone()
clone in class AbstractSiteData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||