Packages

p

riff

package riff

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class RaftPipe[A, Sub[_], Pub[_], C[_], H <: RaftMessageHandler[A]] extends AutoCloseable

    The generic representation of all the relevant parts for a single node in the raft cluster.

    The generic representation of all the relevant parts for a single node in the raft cluster.

    This would be the 'builder' for a raft node

    It contains the underlying, NON-THREAD SAFE, node. Although this could be considered breaking encapsulation, it is included in order to obtain access the underlying components (the log, persistent state, cluster, etc).

Value Members

  1. object RaftPipe

Ungrouped