Interface | Description |
---|---|
PlanConfig |
A plan configuration.
|
PlanDefinition<T extends JobConfig,P extends Serializable,R extends Serializable> |
A job definition.
|
Class | Description |
---|---|
AbstractVoidPlanDefinition<T extends JobConfig,P extends Serializable> |
An abstract job definition where the run task method does not return a value.
|
BatchedJobConfig |
The configuration of loading a file.
|
NoopPlanConfig |
Config for a plan that does nothing.
|
NoopPlanDefinition |
This definition of a plan that does nothing.
|
Enum | Description |
---|---|
PlanDefinitionRegistry |
The central registry of all the job definitions.
|
Copyright © 2023. All Rights Reserved.