Module task

Source

Modulesยง

broadcast_channel ๐Ÿ”’
channel ๐Ÿ”’
consistent_hash_shuffle_channel ๐Ÿ”’
context ๐Ÿ”’
data_chunk_in_channel ๐Ÿ”’
env ๐Ÿ”’
fifo_channel ๐Ÿ”’
hash_shuffle_channel ๐Ÿ”’
task_execution ๐Ÿ”’
task_manager ๐Ÿ”’

Structsยง

BatchEnvironment
The global environment for task execution. The instance will be shared by every task.
BatchManager
BatchManager is responsible for managing all batch tasks.
BatchTaskExecution
BatchTaskExecution represents a single task execution.
ComputeNodeContext
Batch task context on compute node.
ShutdownSender
A token which can be used to signal a shutdown request.
ShutdownToken
A token which can be used to receive a shutdown signal.
TaskId
TaskOutput
TaskOutputId

Enumsยง

ShutdownMsg
StateReporter
Send batch task status (local/distributed) to frontend.

Constantsยง

TASK_STATUS_BUFFER_SIZE

Traitsยง

BatchTaskContext
Context for batch task execution.