braft

package
v0.0.0-...-074040a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ROLE_FOLLOWER = iota
	ROLE_CANDIDATER
	ROLE_LEADER
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Raft

type Raft struct {
	// contains filtered or unexported fields
}

func (*Raft) AppendEntries

func (rf *Raft) AppendEntries(args *message.AppendEntriesArgs, reply *message.AppendEntriesReply)

AppendEntries follower 追加日志

func (*Raft) ReplyVote

func (rf *Raft) ReplyVote(args *message.RequestVoteArgs, reply *message.RequestVoteReply)

ReplyVote follower 响应 candidate 的投票请求

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL