Module persist_source

Source
Expand description

A source that reads from an a persist shard.

Structsยง

FlowControl
Flow control configuration.
PendingWork ๐Ÿ”’
Pending work to read from fetched parts
Subtime
This opaque token represents progress within a timestamp, allowing finer-grained frontier progress than would otherwise be possible.

Enumsยง

PendingPart ๐Ÿ”’

Traitsยง

Backpressureable
A trait representing a type that can be used in backpressure.

Functionsยง

backpressure
Apply flow control to the data input, based on the given FlowControl.
decode_and_mfp
filter_result ๐Ÿ”’
persist_source
Creates a new source that reads from a persist shard, distributing the work of reading data to all timely workers.
persist_source_core
Creates a new source that reads from a persist shard, distributing the work of reading data to all timely workers.

Type Aliasesยง

RefinedScope ๐Ÿ”’