Ookii.Jumbo.Jet.Tasks Namespace |
Class | Description | |
---|---|---|
AccumulatorTaskTKey, TValue |
Base class for tasks that accumulate values associated with a specific key.
| |
EmptyTaskT |
A task that does nothing, but simply forwards the records to the output unmodified.
| |
GenerateInt32PairTaskT |
Generates a key/value pair for each record in the input where the value is an Int32.
| |
GeneratorTaskT |
Base class for tasks generated by the GenerateT(Int32, ActionRecordWriterT, ProgressContext) method.
| |
NoInputTaskT |
Provides a more convenient interface for tasks that have no input.
| |
ProgressContext |
Provides a method for task functions used with the GenerateT(Int32, ActionRecordWriterT, ProgressContext) method
to report progress.
| |
ReduceTaskTKey, TValue, TOutput |
Abstract base class for reduce tasks.
| |
SortTaskT |
Performs an in-memory sort of its input records. The sorting algorithm used is QuickSort.
| |
SumTaskTKey |
Task that computes the sum of the value of each key in the input data.
| |
TaskConstants |
Provides constants for use with the built-in tasks.
|