Uses of Class
net.i2p.router.peermanager.Calculator

Packages that use Calculator
net.i2p.router The I2P router application handles the I2P network communication. 
net.i2p.router.peermanager The peer manager logs information about the history and quality of network peers. 
 

Uses of Calculator in net.i2p.router
 

Methods in net.i2p.router that return Calculator
 Calculator RouterContext.capacityCalculator()
          how do we rank the capacity of profiles?
 Calculator RouterContext.integrationCalculator()
          how do we rank the integration of profiles?
 Calculator RouterContext.speedCalculator()
          how do we rank the speed of profiles?
 

Uses of Calculator in net.i2p.router.peermanager
 

Subclasses of Calculator in net.i2p.router.peermanager
 class CapacityCalculator
          Estimate how many of our tunnels the peer can join per hour.
 class IntegrationCalculator
          Determine how well integrated the peer is - how likely they will be useful to us if we are trying to get further connected.
 class SpeedCalculator
          Quantify how fast the peer is - how fast they respond to our requests, how fast they pass messages on, etc.