Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Balloter ¶
type Balloter struct {
PropID, N, MaxInc int32
// contains filtered or unexported fields
}
func (*Balloter) GetAttemptNumber ¶
func (*Balloter) UpdateValueSelected ¶
func (balloter *Balloter) UpdateValueSelected()
type ConfigRoundProposable ¶
type ConfigRoundProposable interface {
GetPBK(inst int32) *ProposingBookkeeping
}
type NormalQuorumProposalInitiator ¶
type NormalQuorumProposalInitiator struct { quorumsystem.SynodQuorumSystemConstructor Balloter Aids []int }
type ProposalManager ¶
type ProposalManager interface {
// contains filtered or unexported methods
}
type ProposingBookkeeping ¶
type ProposingBookkeeping struct {
// contains filtered or unexported fields
}
type ReducedQuorumProposalInitiator ¶
type ReducedQuorumProposalInitiator struct { AcceptorMapper instanceagentmapper.InstanceAgentMapper quorumsystem.SynodQuorumSystemConstructor Balloter }
Click to show internal directories.
Click to hide internal directories.