org.gridrm.client.utilities.sorma.monitoring.coreAttributes
Class Disk
java.lang.Object
org.gridrm.client.utilities.sorma.monitoring.coreAttributes.Disk
public class Disk
- extends Object
|
Constructor Summary |
Disk()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Disk
public Disk()
addFileSystem
public void addFileSystem(FileSystem fileSystem)
getFileSystemDetails
public FileSystem[] getFileSystemDetails()
- Get details for the individual file systems provided by this resource
- Returns:
getCumulativeTotalDisk
public Long getCumulativeTotalDisk()
- Get a single value that describes the cumulative amount of total disk
space at the resource across all accessible partitions.
- Returns:
- Long: Cumulative disk space across filesystems, or null if the
value could not be obtained
getCumulativeFreeDisk
public Long getCumulativeFreeDisk()
- Get a single value that describes the cumulative amount of free disk
space at the resource.
Copyright © 2007 Garry Smith. All Rights Reserved.