public class UnloadWorkflowProvider extends Object implements WorkflowProvider
| Constructor and Description |
|---|
UnloadWorkflowProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getTitle() |
Workflow |
newWorkflow(Config config)
Creates a new
Workflow with the given configuration and shortcuts map. |
@NonNull public String getTitle()
getTitle in interface WorkflowProvider@NonNull public String getDescription()
getDescription in interface WorkflowProvider@NonNull public Workflow newWorkflow(@NonNull Config config)
WorkflowProviderWorkflow with the given configuration and shortcuts map. See
dsbulk-runner.newWorkflow in interface WorkflowProviderCopyright © 2017–2021 DataStax. All rights reserved.