package
6.7.0-alpha+incompatible
Repository: https://github.com/pingcap/tiflow.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package memory is an in-memory table based EventSortEngine implementation.
Package mock_engine is a generated GoMock package.
Package pebble is an pebble-based EventSortEngine implementation with such properties: 1.

# Functions

BlockCacheAccess returns dbBlockCacheAccess.
InitMetrics registers all metrics in this file.
InMemoryDataSize returns inMemoryDataSizeGauge.
IteratorGauge returns dbIteratorGauge.
LevelCount returns dbLevelCount.
NewMountedEventIter creates a MountedEventIter instance.
OnDiskDataSize returns onDiskDataSizeGauge.
SorterCompactionDuration returns sorterCompactDurationHistogram.
SorterIterReadDuration returns sorterIterReadDurationHistogram.
SorterWriteBytes returns sorterWriteBytesHistogram.
SorterWriteDuration returns sorterWriteDurationHistogram.
WriteDelayCount returns dbWriteDelayCount.

# Structs

MountedEventIter is just like EventIterator, but returns mounted events.
Position is used to 1.
TableStats of a sort engine.

# Interfaces

EventIterator is an iterator to fetch events from SortEngine.
SortEngine is a storage engine to store and sort CDC events.