org.mpisws.p2p.transport.bandwidthmeasure
Interface BandwidthMeasurement<Identifier>


public interface BandwidthMeasurement<Identifier>


Method Summary
 Map<Identifier,Tuple3<Integer,Integer,Boolean>> getBandwidthUsed()
          For all Identifiers that used any bandwidth since the measurementPeriod, returns: downstream bytes/sec, upstream bytes/sec, if the upstream was saturated
 

Method Detail

getBandwidthUsed

Map<Identifier,Tuple3<Integer,Integer,Boolean>> getBandwidthUsed()
For all Identifiers that used any bandwidth since the measurementPeriod, returns: downstream bytes/sec, upstream bytes/sec, if the upstream was saturated

Returns:


Copyright © 2010. All Rights Reserved.