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

Packages that use Calculator
net.i2p.router   
net.i2p.router.peermanager   
 

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.