Uses of Enum
net.i2p.router.peermanager.ProfileOrganizer.Slice
Packages that use ProfileOrganizer.Slice
Package
Description
            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.SliceModifier and TypeMethodDescriptionstatic ProfileOrganizer.SliceReturns 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.SliceModifier and TypeMethodDescriptionvoidProfileOrganizer.selectFastPeers(int howMany, Set<Hash> exclude, Set<Hash> matches, SessionKey randomKey, ProfileOrganizer.Slice subTierMode, int mask, MaskedIPSet ipSet) Return a set of Hashes for peers that are both fast and reliable.