Uses of Class
net.i2p.router.peermanager.ProfileOrganizer.Slice
Package | Description |
---|---|
net.i2p.router.peermanager |
The peer manager logs information about the history and quality of network peers.
|
-
Uses of ProfileOrganizer.Slice in net.i2p.router.peermanager
Methods in net.i2p.router.peermanager that return ProfileOrganizer.Slice Modifier and Type Method Description static ProfileOrganizer.Slice
ProfileOrganizer.Slice. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProfileOrganizer.Slice[]
ProfileOrganizer.Slice. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.i2p.router.peermanager with parameters of type ProfileOrganizer.Slice Modifier and Type Method Description void
ProfileOrganizer. selectFastPeers(int howMany, Set<Hash> exclude, Set<Hash> matches, SessionKey randomKey, ProfileOrganizer.Slice subTierMode)
Return a set of Hashes for peers that are both fast and reliable.