|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jniwrapper.Parameter
com.jniwrapper.Structure
com.jniwrapper.win32.process.IOCounters
public class IOCounters
The IOCounters class represents the IO_COUNTERS structure. It contains I/O accounting information for a process or a job object.
| Field Summary |
|---|
| Fields inherited from class com.jniwrapper.Structure |
|---|
i |
| Fields inherited from class com.jniwrapper.Parameter |
|---|
LICENSE_TYPE, V |
| Constructor Summary | |
|---|---|
IOCounters()
|
|
IOCounters(IOCounters that)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
long |
getOtherOperationCount()
Returns the number of I/O operations performed, other than read and write operations. |
long |
getOtherTransferCount()
Returns the number of bytes transferred during operations other than read and write operations. |
long |
getReadOperationCount()
Returns the number of read operations performed. |
long |
getReadTransferCount()
Returns the number of bytes read. |
long |
getWriteOperationCount()
Returns the number of write operations performed. |
long |
getWriteTransferCount()
Returns the number of bytes written. |
| Methods inherited from class com.jniwrapper.Structure |
|---|
a, a, acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write |
| Methods inherited from class com.jniwrapper.Parameter |
|---|
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IOCounters()
public IOCounters(IOCounters that)
| Method Detail |
|---|
public long getReadOperationCount()
public long getWriteOperationCount()
public long getOtherOperationCount()
public long getReadTransferCount()
public long getWriteTransferCount()
public long getOtherTransferCount()
public java.lang.Object clone()
clone in class com.jniwrapper.Structure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||