snapshot

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Creating creating step
	Creating = 1
	// Sending snapshot sending step
	Sending = 2
)

Functions

This section is empty.

Types

type SnapshotManager

type SnapshotManager interface {
	Close()
	Register(msg *bhraftpb.SnapshotMessage, step int) bool
	Deregister(msg *bhraftpb.SnapshotMessage, step int)
	Create(msg *bhraftpb.SnapshotMessage) error
	Exists(msg *bhraftpb.SnapshotMessage) bool
	WriteTo(msg *bhraftpb.SnapshotMessage, conn goetty.IOSession) (uint64, error)
	CleanSnap(msg *bhraftpb.SnapshotMessage) error
	ReceiveSnapData(msg *bhraftpb.SnapshotMessage) error
	Apply(msg *bhraftpb.SnapshotMessage) error
	ReceiveSnapCount() uint64
}

SnapshotManager manager snapshot

Jump to

Keyboard shortcuts

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