Expand description
Logging dataflows for events generated by clusterd.
Structs§
- A change in an arrangement’s heap allocation count.
- Derived columnar container for a struct.
- Derived columnar reference for a struct.
- A change in an arrangement’s heap capacity.
- Derived columnar container for a struct.
- Derived columnar reference for a struct.
- A change in an arrangement’s heap size.
- Derived columnar container for a struct.
- Announcing an operator that manages an arrangement.
- Derived columnar container for a struct.
- Drop event for an operator managing an arrangement.
- Derived columnar container for a struct.
- Derived columnar reference for a struct.
- Derived columnar reference for a struct.
- Derived columnar reference for a struct.
- State for tracking arrangement sizes.
- Logging state maintained for a compute collection.
- Derived columnar container for an enum.
- Announce that a dataflow supports a specific global ID.
- Derived columnar container for a struct.
- Derived columnar reference for a struct.
- Dataflow shutdown event.
- Derived columnar container for a struct.
- Derived columnar reference for a struct.
- Event handler of the demux operator.
- Bundled output sessions used by the demux operator.
- State maintained by the demux operator.
- Error count update event.
- Derived columnar container for a struct.
- Derived columnar reference for a struct.
- A dataflow exports a global ID.
- Derived columnar container for a struct.
- The export for a global id was dropped.
- Derived columnar container for a struct.
- Derived columnar reference for a struct.
- Derived columnar reference for a struct.
- State tracked for each dataflow export.
- Frontier change event.
- Derived columnar container for a struct.
- Derived columnar reference for a struct.
- An export is hydrated.
- Derived columnar container for a struct.
- Derived columnar reference for a struct.
- An import frontier change.
- Derived columnar container for a struct.
- Derived columnar reference for a struct.
- Announce a mapping of an LIR operator to a dataflow operator for a global ID.
- Derived columnar container for a struct.
- Derived columnar container for a struct.
- Derived columnar reference for a struct.
- Derived columnar reference for a struct.
- Metadata for LIR operators.
- Derived columnar container for a struct.
- Derived columnar reference for a struct.
- A logged peek event.
- Derived columnar container for a struct.
- Derived columnar container for a struct.
- Derived columnar reference for a struct.
- Derived columnar reference for a struct.
- Derived columnar container for all-unit enum.
Enums§
- A logged compute event.
- Reference for an enum.
- A peek type distinguishing between index and persist peeks.
Traits§
- Extension trait to attach
ComputeEvent::DataflowError
logging operators to collections and batch streams.
Functions§
- Constructs the logging dataflow for compute logs.
- Format the given value and pack it into a
Datum::String
. - Return the sum of all diffs within the given batch.
Type Aliases§
- Type alias for a logger of compute events.
- An output session for vector-based containers of updates
D
, using a capacity container builder. - An output session for columnar containers of updates
D
, using a column builder. - Pusher 🔒A pusher for updates of value
D
for vector-based containers. - A pusher for updates of value
D
for columnar containers. - Update 🔒An update of value
D
at a time and with a diff.