Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checkpointer ¶
type Checkpointer struct {
// contains filtered or unexported fields
}
func New ¶
func New(opt *Options) (*Checkpointer, error)
func (*Checkpointer) Begin ¶
func (r *Checkpointer) Begin() error
func (*Checkpointer) DoneC ¶
func (r *Checkpointer) DoneC() chan<- k.Record
func (*Checkpointer) End ¶
func (r *Checkpointer) End()
func (*Checkpointer) GetStartSequence ¶
func (r *Checkpointer) GetStartSequence(shardID string) string
func (*Checkpointer) RunCheckpointer ¶
func (r *Checkpointer) RunCheckpointer()
func (*Checkpointer) Sync ¶
func (r *Checkpointer) Sync()
Click to show internal directories.
Click to hide internal directories.