Interface | Description |
---|---|
TaskGenerator |
Interface for TaskGenerator implementations.
|
TaskGeneratorProvider |
Provides access to different TaskGenerator services.
|
Class | Description |
---|---|
CombineInputWithAllTaskGenerator |
TaskGenerator for two input buckets that generates tasks for each combination of:
[changed input bulk of first bucket X (all) object(s) from second input bucket]
If the second input bucket is empty, no tasks will be generated.
|
DefaultTaskGenerator |
Default Task Generator implementation.
|
RunOnceTriggerTaskGenerator |
RunOnce Trigger Task Generator implementation.
|
TaskGenerationUtil |
Helper class used for task generation issues.
|
TaskGeneratorBase |
Base class for TaskGenerator implementations.
|
TaskGeneratorProviderImpl |
Implements a TaskGeneratorProvider for selecting TaskGenerator implementations.
|
Exception | Description |
---|---|
TaskGeneratorException |
Exception thrown by task generators if errors occur when generating tasks.
|