Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckPoint ¶
type InputMysqlBinlog ¶
type InputMysqlBinlog struct { IndexFilePath string FromBegining bool AutoMap bool MaxSendEventPerSec int IntervalMs int RowMode bool // contains filtered or unexported fields }
func (*InputMysqlBinlog) BinlogEventToLog ¶
func (b *InputMysqlBinlog) BinlogEventToLog(event *replication.BinlogEvent) error
BinlogEventToLog is a callback for replication.parser.ParseFile to accept bin log events.
func (*InputMysqlBinlog) Collect ¶
func (b *InputMysqlBinlog) Collect(collector ilogtail.Collector) error
func (*InputMysqlBinlog) Description ¶
func (b *InputMysqlBinlog) Description() string
Click to show internal directories.
Click to hide internal directories.