Package org.drasyl.handler.dht.chord
Class ChordFingerTable
java.lang.Object
org.drasyl.handler.dht.chord.ChordFingerTable
Chord routing table.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget
(int i) boolean
void
removePeer
(DrasylAddress value) toString()
boolean
updateIthFinger
(int i, DrasylAddress value) Updates thei
th finger to point atvalue
.
-
Field Details
-
entries
-
-
Constructor Details
-
ChordFingerTable
-
-
Method Details