scheduler

package
v1.14.4 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Scheduler

type Scheduler struct {
	// contains filtered or unexported fields
}

func NewScheduler

func NewScheduler(lg *zap.SugaredLogger, period time.Duration, quit chan struct{}, onHandle func(context.Context, []interface{}), dumpFileName string, flushDelay time.Duration) *Scheduler

func (*Scheduler) Flush

func (s *Scheduler) Flush()

func (*Scheduler) GetDump

func (s *Scheduler) GetDump() *storages.Dump

func (*Scheduler) NewEvent

func (s *Scheduler) NewEvent(executionTime int64, event interface{})

func (*Scheduler) OnFlushComplete

func (s *Scheduler) OnFlushComplete()

func (*Scheduler) RemoveEvent

func (s *Scheduler) RemoveEvent(executionTime int, event interface{})

???

func (*Scheduler) UpdateEvent

func (s *Scheduler) UpdateEvent(originalEventTime int64, event interface{}, executionTime int64)

???

Jump to

Keyboard shortcuts

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