Package | Description |
---|---|
alluxio.job.workflow | |
alluxio.job.workflow.composite | |
alluxio.master.job.workflow |
Modifier and Type | Interface and Description |
---|---|
interface |
WorkflowExecutionFactory<T extends WorkflowConfig>
The workflow execution factory.
|
Modifier and Type | Method and Description |
---|---|
WorkflowExecution |
WorkflowExecutionRegistry.getExecution(WorkflowConfig config)
Gets the
WorkflowExecution from workflow config. |
Modifier and Type | Class and Description |
---|---|
class |
CompositeConfig
A composite job is a list of jobs to be executed either sequentially or concurrently.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowTracker.run(WorkflowConfig workflowConfig,
long jobId)
Runs a workflow with the given configuration and job id.
|
Copyright © 2023. All Rights Reserved.