Uses of Interface
net.i2p.kademlia.KBucket
- 
Packages that use KBucket Package Description net.i2p.kademlia This is a major rewrite of KBucket, KBucketSet, and KBucketImpl from net.i2p.router.networkdb.kademlia.org.klomp.snark.dht  - 
- 
Uses of KBucket in net.i2p.kademlia
Classes in net.i2p.kademlia that implement KBucket Modifier and Type Class Description (package private) classKBucketImpl<T extends SimpleDataStructure>A concurrent implementation using ConcurrentHashSet.Methods in net.i2p.kademlia that return types with arguments of type KBucket Modifier and Type Method Description (package private) List<KBucket<T>>KBucketSet. getBuckets()Returned list is a copy of the bucket list, closest first, with the actual buckets (not a copy).Methods in net.i2p.kademlia with parameters of type KBucket Modifier and Type Method Description (package private) TKBucketSet. generateRandomKey(KBucket<T> bucket)Generate a random key to go within this bucket Package private for testing only.booleanKBucketTrimmer. trim(KBucket<K> kbucket, K toAdd)Called from add() just before adding the entry.booleanRandomIfOldTrimmer. trim(KBucket<T> kbucket, T toAdd)booleanRandomTrimmer. trim(KBucket<T> kbucket, T toAdd)booleanRejectTrimmer. trim(KBucket<T> kbucket, T toAdd) - 
Uses of KBucket in org.klomp.snark.dht
Methods in org.klomp.snark.dht with parameters of type KBucket Modifier and Type Method Description booleanKBTrimmer. trim(KBucket<NID> kbucket, NID toAdd) 
 -