Raft Consensus Algorithm
    Preparing search index...
    interface MetaData {
        term: number;
        votedFor: string | null;
    }
    Index

    Properties

    Properties

    term: number
    votedFor: string | null