public class IOCounters
extends com.jniwrapper.Structure
Constructor and Description |
---|
IOCounters() |
IOCounters(IOCounters that) |
Modifier and Type | Method and Description |
---|---|
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.
|
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public IOCounters()
public IOCounters(IOCounters that)
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