|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.sigar.DirStat
public class DirStat
DirStat sigar class.
Constructor Summary | |
---|---|
DirStat()
|
Method Summary | |
---|---|
void |
gather(Sigar sigar,
java.lang.String name)
|
long |
getBlkdevs()
Get the blkdevs. |
long |
getChrdevs()
Get the chrdevs. |
long |
getDiskUsage()
Get the disk_usage. |
long |
getFiles()
Get the files. |
long |
getSockets()
Get the sockets. |
long |
getSubdirs()
Get the subdirs. |
long |
getSymlinks()
Get the symlinks. |
long |
getTotal()
Get the total. |
java.util.Map |
toMap()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DirStat()
Method Detail |
---|
public void gather(Sigar sigar, java.lang.String name) throws SigarException
SigarException
public long getTotal()
Supported Platforms: Undocumented.
public long getFiles()
Supported Platforms: Undocumented.
public long getSubdirs()
Supported Platforms: Undocumented.
public long getSymlinks()
Supported Platforms: Undocumented.
public long getChrdevs()
Supported Platforms: Undocumented.
public long getBlkdevs()
Supported Platforms: Undocumented.
public long getSockets()
Supported Platforms: Undocumented.
public long getDiskUsage()
Supported Platforms: Undocumented.
public java.util.Map toMap()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |