Package | Description |
---|---|
net.i2p.router.peermanager |
The peer manager logs information about the history and quality of network peers.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|