package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Dec 4, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MapTask struct {
Index int
}
MapTask processes a single item of input data.
type ReduceTask struct {
ReducerIndex int
}
ReduceTask aggregates results from map tasks.
type RootTask struct {
NumMapTasks int
NumReduceTasks int
}
RootTask is the entry point that spawns all map and reduce tasks.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.