Uses of Class
net.i2p.router.peermanager.PeerProfile
-
Packages that use PeerProfile Package Description net.i2p.router.peermanager The peer manager logs information about the history and quality of network peers. -
-
Uses of PeerProfile in net.i2p.router.peermanager
Methods in net.i2p.router.peermanager that return PeerProfile Modifier and Type Method Description PeerProfileProfileOrganizer. addProfile(PeerProfile profile)Add the new profile, returning the old value (or null if no profile existed)(package private) PeerProfileProfileOrganizer. getOrCreateProfileNonblocking(Hash peer)Retrieve the profile for the given peer, if one exists.PeerProfileProfileOrganizer. getProfile(Hash peer)Retrieve the profile for the given peer, if one exists (else null).PeerProfileProfileOrganizer. getProfileNonblocking(Hash peer)Retrieve the profile for the given peer, if one exists (else null).PeerProfileProfilePersistenceHelper. readProfile(File file)Methods in net.i2p.router.peermanager that return types with arguments of type PeerProfile Modifier and Type Method Description Set<PeerProfile>ProfilePersistenceHelper. readProfiles()Methods in net.i2p.router.peermanager with parameters of type PeerProfile Modifier and Type Method Description PeerProfileProfileOrganizer. addProfile(PeerProfile profile)Add the new profile, returning the old value (or null if no profile existed)static doubleCapacityCalculator. calc(PeerProfile profile)static doubleIntegrationCalculator. calc(PeerProfile profile)static doubleSpeedCalculator. calc(PeerProfile profile)intInverseCapacityComparator. compare(PeerProfile left, PeerProfile right)Compare the two objects backwards.intSpeedComparator. compare(PeerProfile left, PeerProfile right)voidProfilePersistenceHelper. writeProfile(PeerProfile profile)write out the data from the profile to the filevoidProfilePersistenceHelper. writeProfile(PeerProfile profile, OutputStream out)write out the data from the profile to the stream includes commentsvoidProfilePersistenceHelper. writeProfile(PeerProfile profile, OutputStream out, boolean addComments)write out the data from the profile to the stream
-