Re-exportsยง
pub use progress::CreateMviewProgressReporter;
Modulesยง
- await_
epoch_ ๐completed_ future - managed_
state ๐ - progress ๐
Structsยง
- Barrier
Complete Result - Collect result of some barrier on current compute node. Will be reported to the meta service.
- Control
Stream ๐Handle - Event
Sender ๐ - Local
Barrier Manager - Local
Barrier ๐Worker LocalBarrierWorker
manages barrier control flow, used by local stream manager. Specifically,LocalBarrierWorker
serve barrier injection from meta server, send the barriers to and collect them from all actors, and finally report the progress.- Local
Barrier ๐Worker Debug Info - Stream
Actor ๐Manager
Enumsยง
- Local
Actor ๐Operation - Local
Barrier ๐Event
Constantsยง
- ENABLE_
BARRIER_ AGGREGATION - If enabled, all actors will be grouped in the same tracing span within one epoch. Note that this option will significantly increase the overhead of tracing.
Functionsยง
- sync_
epoch ๐
Type Aliasesยง
- Scored
Stream ๐Error - A
StreamError
with a score, used to find the root cause of actor failures.