Uses of Class
net.i2p.router.peermanager.ProfileOrganizer.Slice

Packages that use ProfileOrganizer.Slice
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
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
 void ProfileOrganizer.selectFastPeers(int howMany, Set<Hash> exclude, Set<Hash> matches, Hash randomKey, ProfileOrganizer.Slice subTierMode)
          Return a set of Hashes for peers that are both fast and reliable.