类的使用
com.baidubce.services.bmr.model.StepConfig
-
使用StepConfig的程序包 程序包 说明 com.baidubce.services.bmr.model -
-
com.baidubce.services.bmr.model中StepConfig的使用
com.baidubce.services.bmr.model中StepConfig的子类 修饰符和类型 类 说明 classHiveStepConfigRepresent configuration for a hive step.classJavaStepConfigRepresent configuration for a custom jar step.classPigStepConfigRepresent configuration for a pig step.classSparkStepConfigRepresent configuration for a spark step.classStreamingStepConfigRepresent configuration for a streaming step.返回StepConfig的com.baidubce.services.bmr.model中的方法 修饰符和类型 方法 说明 StepConfigStepConfig. withActionOnFailure(String actionOnFailure)StepConfigStepConfig. withAdditionalFiles(List<AdditionalFile> additionalFiles)StepConfigStepConfig. withName(String name)StepConfigStepConfig. withProperties(Map<String,String> properties)StepConfigStepConfig. withType(String type)返回变量类型为StepConfig的类型的com.baidubce.services.bmr.model中的方法 修饰符和类型 方法 说明 List<StepConfig>AddStepsRequest. getSteps()List<StepConfig>ClusterTemplateInfoVo. getSteps()List<StepConfig>CreateClusterByTemplateRequest. getSteps()List<StepConfig>CreateClusterRequest. getSteps()List<StepConfig>CreateSchedulePlanRequest. getSteps()List<StepConfig>CreateTemplateRequest. getSteps()List<StepConfig>TemplateInfoResponse. getSteps()List<StepConfig>UpdateSchedulePlanRequest. getSteps()参数类型为StepConfig的com.baidubce.services.bmr.model中的方法 修饰符和类型 方法 说明 AddStepsRequestAddStepsRequest. withStep(StepConfig step)Configure the step to be added.CreateClusterRequestCreateClusterRequest. withStep(StepConfig step)Configure optional step for the cluster.CreateTemplateRequestCreateTemplateRequest. withStep(StepConfig step)Configure optional step for the cluster.类型变量类型为StepConfig的com.baidubce.services.bmr.model中的方法参数 修饰符和类型 方法 说明 voidAddStepsRequest. setSteps(List<StepConfig> steps)voidClusterTemplateInfoVo. setSteps(List<StepConfig> steps)voidCreateClusterByTemplateRequest. setSteps(List<StepConfig> steps)voidCreateClusterRequest. setSteps(List<StepConfig> steps)voidCreateSchedulePlanRequest. setSteps(List<StepConfig> steps)voidCreateTemplateRequest. setSteps(List<StepConfig> steps)voidTemplateInfoResponse. setSteps(List<StepConfig> steps)voidUpdateSchedulePlanRequest. setSteps(List<StepConfig> steps)AddStepsRequestAddStepsRequest. withSteps(List<StepConfig> steps)Configure the steps to be added.CreateClusterByTemplateRequestCreateClusterByTemplateRequest. withSteps(List<StepConfig> steps)CreateClusterRequestCreateClusterRequest. withSteps(List<StepConfig> steps)Configure the steps to be added.CreateTemplateRequestCreateTemplateRequest. withSteps(List<StepConfig> steps)Configure the steps to be added.UpdateSchedulePlanRequestUpdateSchedulePlanRequest. withSteps(List<StepConfig> steps)
-