flow

Module utils

Source
Expand description

utilities for managing state of dataflow execution

Structs§

  • A handler to the inner Arrangement, can be cloned and shared, useful for query it’s inner state
  • A shared state of key-value pair for various state in dataflow execution.
  • Determine when should a key expire according to it’s event timestamp in key.

Functions§

Type Aliases§

  • Simply a type alias for ReadGuard of Arrangement
  • Simply a type alias for WriteGuard of Arrangement
  • A batch of updates, arranged by key
  • A spine of batches, arranged by timestamp TODO(discord9): consider internally index by key, value, and timestamp for faster lookup
  • Handle the size report request, and send the report back