Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Splits monitor type Splits = iota // Segments monitor type Segments // Storage monitor type Storage // SyncErros monitor type SyncErros // LargeSegments monitor type LargeSegments )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MonitorProducerInterface ¶
type MonitorProducerInterface interface { NotifyEvent(monitorType int) Reset(monitorType int, value int) }
MonitorProducerInterface application monitor producer interface
Click to show internal directories.
Click to hide internal directories.