Expand description
Traits, implementations, and macros related to logging timely events.
Structs§
- Application
Event - Application-defined code start or stop
- Application
Event Container - Derived columnar container for a struct.
- Application
Event Reference - Derived columnar reference for a struct.
- Batch
Logger - Logs events as a timely stream, with progress statements.
- Channels
Event - The creation of a channel between operators.
- Channels
Event Container - Derived columnar container for a struct.
- Channels
Event Reference - Derived columnar reference for a struct.
- Comm
Channel Kind Container - Derived columnar container for all-unit enum.
- Comm
Channels Event - Event on a communication channel
- Comm
Channels Event Container - Derived columnar container for a struct.
- Comm
Channels Event Reference - Derived columnar reference for a struct.
- Guarded
Message Event - Application-defined code start or stop
- Guarded
Message Event Container - Derived columnar container for a struct.
- Guarded
Message Event Reference - Derived columnar reference for a struct.
- Guarded
Progress Event - Application-defined code start or stop
- Guarded
Progress Event Container - Derived columnar container for a struct.
- Guarded
Progress Event Reference - Derived columnar reference for a struct.
- Input
Event - Input logic start/stop
- Input
Event Container - Derived columnar container for a struct.
- Input
Event Reference - Derived columnar reference for a struct.
- Messages
Event - Message send or receive event
- Messages
Event Container - Derived columnar container for a struct.
- Messages
Event Reference - Derived columnar reference for a struct.
- Operates
Event - The creation of an
Operate
implementor. - Operates
Event Container - Derived columnar container for a struct.
- Operates
Event Reference - Derived columnar reference for a struct.
- Operates
Summary Event - The summary of internal connectivity of an
Operate
implementor. - Operates
Summary Event Container - Derived columnar container for a struct.
- Operates
Summary Event Reference - Derived columnar reference for a struct.
- Park
Event Container - Derived columnar container for an enum.
- Push
Progress Event - External progress pushed onto an operator
- Push
Progress Event Container - Derived columnar container for a struct.
- Push
Progress Event Reference - Derived columnar reference for a struct.
- Schedule
Event - Operator start or stop.
- Schedule
Event Container - Derived columnar container for a struct.
- Schedule
Event Reference - Derived columnar reference for a struct.
- Shutdown
Event - Operator shutdown.
- Shutdown
Event Container - Derived columnar container for a struct.
- Shutdown
Event Reference - Derived columnar reference for a struct.
- Start
Stop Container - Derived columnar container for all-unit enum.
- Timely
Event Container - Derived columnar container for an enum.
- Timely
Progress Event - Send or receive of progress information.
- Timely
Setup - Identifier of the worker that generated a log line
- Timely
Setup Container - Derived columnar container for a struct.
- Timely
Setup Reference - Derived columnar reference for a struct.
Enums§
- Comm
Channel Kind - Kind of communication channel
- Park
Event - Records the starting and stopping of an operator.
- Park
Event Reference - Reference for an enum.
- Start
Stop - Records the starting and stopping of an operator.
- Timely
Event - An event in a timely worker
- Timely
Event Reference - Reference for an enum.
Type Aliases§
- Timely
Event Builder - Container builder for timely dataflow system events.
- Timely
Logger - Logger for timely dataflow system events.
- Timely
Progress Event Builder - Container builder for timely dataflow progress events.
- Timely
Progress Logger - Logger for timely dataflow progress events (the “timely/progress/*” log streams).
- Timely
Summary Event Builder - Container builder for timely dataflow operator summary events.
- Timely
Summary Logger - Logger for timely dataflow operator summary events (the “timely/summary/*” log streams).
- Worker
Identifier - Type alias for logging timely events.