| Package | Description |
|---|---|
| com.baidubce.services.bmr.model |
| Modifier and Type | Class and Description |
|---|---|
class |
HiveStepConfig
Represent configuration for a hive step.
|
class |
JavaStepConfig
Represent configuration for a custom jar step.
|
class |
PigStepConfig
Represent configuration for a pig step.
|
class |
SparkStepConfig
Represent configuration for a spark step.
|
class |
StreamingStepConfig
Represent configuration for a streaming step.
|
| Modifier and Type | Method and Description |
|---|---|
StepConfig |
StepConfig.withActionOnFailure(String actionOnFailure) |
StepConfig |
StepConfig.withAdditionalFiles(List<AdditionalFile> additionalFiles) |
StepConfig |
StepConfig.withName(String name) |
StepConfig |
StepConfig.withProperties(Map<String,String> properties) |
StepConfig |
StepConfig.withType(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<StepConfig> |
CreateClusterRequest.getSteps() |
List<StepConfig> |
AddStepsRequest.getSteps() |
List<StepConfig> |
ClusterTemplateInfoVo.getSteps() |
List<StepConfig> |
CreateClusterByTemplateRequest.getSteps() |
List<StepConfig> |
TemplateInfoResponse.getSteps() |
List<StepConfig> |
UpdateSchedulePlanRequest.getSteps() |
List<StepConfig> |
CreateSchedulePlanRequest.getSteps() |
List<StepConfig> |
CreateTemplateRequest.getSteps() |
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest |
CreateClusterRequest.withStep(StepConfig step)
Configure optional step for the cluster.
|
AddStepsRequest |
AddStepsRequest.withStep(StepConfig step)
Configure the step to be added.
|
CreateTemplateRequest |
CreateTemplateRequest.withStep(StepConfig step)
Configure optional step for the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateClusterRequest.setSteps(List<StepConfig> steps) |
void |
AddStepsRequest.setSteps(List<StepConfig> steps) |
void |
ClusterTemplateInfoVo.setSteps(List<StepConfig> steps) |
void |
CreateClusterByTemplateRequest.setSteps(List<StepConfig> steps) |
void |
TemplateInfoResponse.setSteps(List<StepConfig> steps) |
void |
UpdateSchedulePlanRequest.setSteps(List<StepConfig> steps) |
void |
CreateSchedulePlanRequest.setSteps(List<StepConfig> steps) |
void |
CreateTemplateRequest.setSteps(List<StepConfig> steps) |
CreateClusterRequest |
CreateClusterRequest.withSteps(List<StepConfig> steps)
Configure the steps to be added.
|
AddStepsRequest |
AddStepsRequest.withSteps(List<StepConfig> steps)
Configure the steps to be added.
|
CreateClusterByTemplateRequest |
CreateClusterByTemplateRequest.withSteps(List<StepConfig> steps) |
UpdateSchedulePlanRequest |
UpdateSchedulePlanRequest.withSteps(List<StepConfig> steps) |
CreateTemplateRequest |
CreateTemplateRequest.withSteps(List<StepConfig> steps)
Configure the steps to be added.
|
Copyright © 2024. All rights reserved.