MCPcopy Create free account
hub / github.com/actiontech/dtle / GetQueueSize

Method GetQueueSize

driver/mysql/binlog/binlog_reader.go:1614–1620  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1612}
1613
1614func (b *BinlogReader) GetQueueSize() int {
1615 if b != nil && b.binlogStreamer0 != nil {
1616 return b.binlogStreamer0.QueueSize()
1617 } else {
1618 return 0
1619 }
1620}
1621
1622func (b *BinlogReader) GetExtractedTxCount() uint32 {
1623 if b != nil {

Callers 2

StatsMethod · 0.80
StatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected