scs.instrumentation
Class SystemIOStats
java.lang.Object
scs.instrumentation.SystemIOStats
- All Implemented Interfaces:
- java.io.Serializable, org.omg.CORBA.portable.IDLEntity
public final class SystemIOStats
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
scs/instrumentation/SystemIOStats.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from ../../idl/scs.instrumentation.idl
Friday, October 3, 2008 9:13:52 AM BRT
- See Also:
- Serialized Form
Constructor Summary |
SystemIOStats()
|
SystemIOStats(long _sectorsRead,
long _timeReading,
long _sectorsWriten,
long _timeWriting,
long _nfsSectorsRead,
long _nfsSectorsWriten)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sectorsRead
public long sectorsRead
timeReading
public long timeReading
sectorsWriten
public long sectorsWriten
timeWriting
public long timeWriting
nfsSectorsRead
public long nfsSectorsRead
nfsSectorsWriten
public long nfsSectorsWriten
SystemIOStats
public SystemIOStats()
SystemIOStats
public SystemIOStats(long _sectorsRead,
long _timeReading,
long _sectorsWriten,
long _timeWriting,
long _nfsSectorsRead,
long _nfsSectorsWriten)