Crate time_key_stream_set

Source

Modules§

prelude
stream_set
time_key

Structs§

TkStreamSet
A TkStreamSet is the top-level context for a time key stream set used for deduplication of a mostly continuous stream of time-keyed data.
TkStreamSetBuilder
A TkStreamSetBuilder is used to create a TkStreamSet with clear configuration.

Enums§

MemoryLimit
A TkStreamSet is a data structure that is primarily backed on disk. The data structure will only be temporarily loaded into memory with pages cached in memory as needed, but limited by the MemoryLimit setting.
TkssError

Type Aliases§

TkssResult