|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StepConfig | |
---|---|
com.baidubce.services.bmr.model |
Uses of StepConfig in com.baidubce.services.bmr.model |
---|
Subclasses of StepConfig in com.baidubce.services.bmr.model | |
---|---|
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. |
Methods in com.baidubce.services.bmr.model that return types with arguments of type StepConfig | |
---|---|
List<StepConfig> |
CreateClusterRequest.getSteps()
|
List<StepConfig> |
AddStepsRequest.getSteps()
|
Methods in com.baidubce.services.bmr.model with parameters of type StepConfig | |
---|---|
CreateClusterRequest |
CreateClusterRequest.withStep(StepConfig step)
Configure optional step for the cluster. |
AddStepsRequest |
AddStepsRequest.withStep(StepConfig step)
Configure the step to be added. |
Method parameters in com.baidubce.services.bmr.model with type arguments of type StepConfig | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |