net.sf.xenqtt.client
Interface LatencyStat


public interface LatencyStat

Specifies a type that provides latency-based statistics for disparate Xenqtt operations.


Method Summary
 double getAverage()
           
 long getCount()
           
 long getMax()
           
 long getMin()
           
 

Method Detail

getCount

long getCount()
Returns:
The count of events that have been received by this stat

getMin

long getMin()
Returns:
The minimum latency value received thus far

getMax

long getMax()
Returns:
The maximum latency value received thus far

getAverage

double getAverage()
Returns:
The average latency


Copyright © 2013. All Rights Reserved.