Skip to main content

Module correction

Module correction 

Source
Expand description

The Correction data structure used by persist_sink::write_batches to stash updates before they are written into batches.

Structsยง

ChannelLogging ๐Ÿ”’
Channel-based logging for corrections on a Tokio task. Send-safe.
ConsolidatingVec ๐Ÿ”’
A vector that consolidates its contents.
CorrectionLogger ๐Ÿ”’
State for correction buffer logging on the Timely thread.
CorrectionV1 ๐Ÿ”’
A collection holding persist_sink updates.
LengthAndCapacity ๐Ÿ”’
Helper type for convenient tracking of length and capacity together.
SizeMetrics ๐Ÿ”’
Helper type for convenient tracking of various size metrics together.

Enumsยง

Correction ๐Ÿ”’
A data structure suitable for storing updates in a self-correcting persist sink.
LoggingEvent ๐Ÿ”’
A logging event sent from the Tokio task back to the Timely thread.