sdpaxos

package
v0.0.0-...-6823d0b Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CAccept

type CAccept struct {
	Ballot  paxi.Ballot
	Command paxi.Command
	Slot    uint64
	From    paxi.ID
}

func (CAccept) String

func (m CAccept) String() string

type CAck

type CAck struct {
	Ballot paxi.Ballot
	Slot   uint64
	From   paxi.ID
}

func (CAck) String

func (m CAck) String() string

type CCommit

type CCommit struct {
	Ballot  paxi.Ballot
	Command paxi.Command
	Slot    uint64
	From    paxi.ID
}

func (CCommit) String

func (m CCommit) String() string

type OAccept

type OAccept struct {
	Ballot paxi.Ballot
	ID     paxi.ID
	Slot   uint64
	GSlot  uint64
	From   paxi.ID
}

func (OAccept) String

func (m OAccept) String() string

type OAck

type OAck struct {
	Ballot paxi.Ballot
	ID     paxi.ID
	Slot   uint64
	GSlot  uint64
	From   paxi.ID
}

func (OAck) String

func (m OAck) String() string

type OCommit

type OCommit struct {
	Ballot paxi.Ballot
	Slot   uint64
	GSlot  uint64
	From   paxi.ID
}

func (OCommit) String

func (m OCommit) String() string

type Replica

type Replica struct {
	paxi.Node
	// contains filtered or unexported fields
}

func NewReplica

func NewReplica(id paxi.ID) *Replica

Jump to

Keyboard shortcuts

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