Expand description
Task definitions and management for distributed processing.
This module defines the task types and execution logic for distributed geospatial processing operations.
Structs§
- Partition
Id - Unique identifier for a partition.
- Task
- A task to be executed by a worker.
- Task
Context - Task execution context with metadata.
- TaskId
- Unique identifier for a task.
- Task
Result - Result of a task execution.
- Task
Scheduler - Task scheduler for managing task execution order.
Enums§
- Task
Operation - Type of geospatial operation to perform.
- Task
Status - Status of a task execution.