public class Bucket extends Object
| Constructor and Description |
|---|
Bucket(KademliaClient client,
int k,
int bucketId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNode(Node node) |
TreeSet<Node> |
getNodes() |
void |
refreshBucket() |
void |
retireNode(Node nodeToRetire) |
public Bucket(KademliaClient client, int k, int bucketId)
Copyright © 2016. All Rights Reserved.