Uses of Package
net.i2p.kademlia
-
Packages that use net.i2p.kademlia Package Description net.i2p.kademlia This is a major rewrite of KBucket, KBucketSet, and KBucketImpl from net.i2p.router.networkdb.kademlia.net.i2p.router.networkdb.kademlia The network database, including implementation of floodfills.org.klomp.snark.dht -
Classes in net.i2p.kademlia used by net.i2p.kademlia Class Description KBucket Group, without inherent ordering, a set of keys a certain distance away from a local key, using XOR as the distance metric Refactored from net.i2p.router.networkdb.kademliaKBucketTrimmer Called when a kbucket can no longer be split and is too bigRandomTrimmer Removes a random element.SelectionCollector Visit kbuckets, gathering matches -
Classes in net.i2p.kademlia used by net.i2p.router.networkdb.kademlia Class Description KBucketSet In-memory storage of buckets sorted by the XOR metric from the base (us) passed in via the constructor. -
Classes in net.i2p.kademlia used by org.klomp.snark.dht Class Description KBucket Group, without inherent ordering, a set of keys a certain distance away from a local key, using XOR as the distance metric Refactored from net.i2p.router.networkdb.kademliaKBucketTrimmer Called when a kbucket can no longer be split and is too big