Package org.drasyl.handler.dht.chord
package org.drasyl.handler.dht.chord
Chord-based distributed hash table.
-
ClassDescriptionExceptions related to the Chord protocol.Chord routing table.This handler performs some housekeeping tasks keeping the Chord circle stable.Joins the Chord circle or will close the
Channel
.Triggers a lookup in the Chord circle to find the closest node for givenid
.This handler performs a lookup in the Chord table once an outboundChordLookup
message is written to the channel.Reply sent in response toChordLookup
including the closest node for a givenid
.Utility class for Chord-related operations.Our local Chord node.Remote interface of a Chord node.