Module openraft::network

source ·
Expand description

The Raft network interface.

Modules§

  • Provide a default chunked snapshot transport implementation for SnapshotData that implements AsyncWrite + AsyncRead + AsyncSeek + Unpin.

Structs§

  • A backoff instance that is an infinite iterator of durations to sleep before next retry, when a Unreachable occurs.
  • An additional argument to the RaftNetwork methods to allow applications to customize networking behaviors.

Enums§

Traits§

  • A trait defining the interface for a Raft network between cluster members.
  • A trait defining the interface for a Raft network factory to create connections between cluster members.