Click or drag to resize

Ookii.Jumbo.Jet.Tasks Namespace

Provides helper types for common types of tasks.
Classes
 ClassDescription
Public classAccumulatorTaskTKey, TValue Base class for tasks that accumulate values associated with a specific key.
Public classEmptyTaskT A task that does nothing, but simply forwards the records to the output unmodified.
Public classGenerateInt32PairTaskT Generates a key/value pair for each record in the input where the value is an Int32.
Public classGeneratorTaskT Base class for tasks generated by the GenerateT(Int32, ActionRecordWriterT, ProgressContext) method.
Public classNoInputTaskT Provides a more convenient interface for tasks that have no input.
Public classProgressContext Provides a method for task functions used with the GenerateT(Int32, ActionRecordWriterT, ProgressContext) method to report progress.
Public classReduceTaskTKey, TValue, TOutput Abstract base class for reduce tasks.
Public classSortTaskT Performs an in-memory sort of its input records. The sorting algorithm used is QuickSort.
Public classSumTaskTKey Task that computes the sum of the value of each key in the input data.
Public classTaskConstants Provides constants for use with the built-in tasks.