Rice Pastry API

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


public interface BandwidthMeasurement<Identifier>


Method Summary
 java.util.Map<Identifier,Tuple3<java.lang.Integer,java.lang.Integer,java.lang.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

java.util.Map<Identifier,Tuple3<java.lang.Integer,java.lang.Integer,java.lang.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:

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection