| 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 |
|---|---|
List<StepConfig> |
CreateClusterRequest.getSteps() |
List<StepConfig> |
AddStepsRequest.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateClusterRequest.setSteps(List<StepConfig> steps) |
void |
AddStepsRequest.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.
|
Copyright © 2019. All rights reserved.