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

Packages that use PeerProfile
net.i2p.router.peermanager   
 

Uses of PeerProfile in net.i2p.router.peermanager
 

Methods in net.i2p.router.peermanager that return PeerProfile
 PeerProfile ProfileOrganizer.addProfile(PeerProfile profile)
          Add the new profile, returning the old value (or null if no profile existed)
 PeerProfile ProfileOrganizer.getProfile(Hash peer)
          Retrieve the profile for the given peer, if one exists (else null)
 PeerProfile ProfilePersistenceHelper.readProfile(java.io.File file)
           
 

Methods in net.i2p.router.peermanager with parameters of type PeerProfile
 PeerProfile ProfileOrganizer.addProfile(PeerProfile profile)
          Add the new profile, returning the old value (or null if no profile existed)
 double StrictSpeedCalculator.calc(PeerProfile profile)
           
 double SpeedCalculator.calc(PeerProfile profile)
           
 double ReliabilityCalculator.calc(PeerProfile profile)
           
 double IntegrationCalculator.calc(PeerProfile profile)
           
 double CapacityCalculator.calc(PeerProfile profile)
           
 double Calculator.calc(PeerProfile profile)
          Evaluate the profile according to the current metric
 boolean IsFailingCalculator.calcBoolean(PeerProfile profile)
           
 boolean Calculator.calcBoolean(PeerProfile profile)
          Evaluate the profile according to the current metric
 void ProfilePersistenceHelper.writeProfile(PeerProfile profile)
          write out the data from the profile to the stream
 void ProfilePersistenceHelper.writeProfile(PeerProfile profile, java.io.OutputStream out)
          write out the data from the profile to the stream