Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTestingCommand ¶
NewTestingCommand creates a writing *pb.Command with the provided start and end keys.
Types ¶
type Tracker ¶
type Tracker struct {
// contains filtered or unexported fields
}
Tracker tracks in-flight Raft proposals.
func MakeTracker ¶
MakeTracker creates a new proposal Tracker.
func (*Tracker) Finish ¶
func (pr *Tracker) Finish(cp *commandpb.CommandResult)
Finish informs a tracked proposal that it has completed.
Click to show internal directories.
Click to hide internal directories.