au.com.terabit.jproactor
Class IOStatistic

java.lang.Object
  extended by au.com.terabit.jproactor.IOStatistic

public class IOStatistic
extends java.lang.Object


Field Summary
 long m_opCancelled
           
 long m_opFinished
           
 long m_opStarted
           
 long m_xferBytes
           
 
Constructor Summary
IOStatistic()
           
 
Method Summary
 void append(IOStatistic other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_xferBytes

public long m_xferBytes

m_opStarted

public long m_opStarted

m_opFinished

public long m_opFinished

m_opCancelled

public long m_opCancelled
Constructor Detail

IOStatistic

public IOStatistic()
Method Detail

append

public void append(IOStatistic other)