Package org.drasyl.handler.dht.chord
Class ChordFingerTable
java.lang.Object
org.drasyl.handler.dht.chord.ChordFingerTable
Chord routing table.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(int i) booleanvoidremovePeer(DrasylAddress value) toString()booleanupdateIthFinger(int i, DrasylAddress value) Updates theith finger to point atvalue.
-
Field Details
-
entries
-
-
Constructor Details
-
ChordFingerTable
-
-
Method Details