Interface LogEntry<T>

A single entry in the Raft log

Type Parameters

  • T = unknown

Hierarchy

  • LogEntry

Properties

Properties

command: T

The command/data stored in this entry

term: number

The term in which this entry was created

Generated using TypeDoc