Modulesยง
- broadcast_
channel ๐ - channel ๐
- consistent_
hash_ ๐shuffle_ channel - context ๐
- data_
chunk_ ๐in_ channel - env ๐
- fifo_
channel ๐ - hash_
shuffle_ ๐channel - task_
execution ๐ - task_
manager ๐
Structsยง
- Batch
Environment - The global environment for task execution. The instance will be shared by every task.
- Batch
Manager BatchManager
is responsible for managing all batch tasks.- Batch
Task Execution BatchTaskExecution
represents a single task execution.- Compute
Node Context - Batch task context on compute node.
- Shutdown
Sender - A token which can be used to signal a shutdown request.
- Shutdown
Token - A token which can be used to receive a shutdown signal.
- TaskId
- Task
Output - Task
Output Id
Enumsยง
- Shutdown
Msg - State
Reporter - Send batch task status (local/distributed) to frontend.
Constantsยง
Traitsยง
- Batch
Task Context - Context for batch task execution.