Uses of Class
com.baidubce.services.bmr.model.StreamingStepConfig

Packages that use StreamingStepConfig
com.baidubce.services.bmr.model   
 

Uses of StreamingStepConfig in com.baidubce.services.bmr.model
 

Methods in com.baidubce.services.bmr.model that return StreamingStepConfig
 StreamingStepConfig StreamingStepConfig.withActionOnFailure(String actionOnFailure)
          Configure the action on failure for the streaming step.
 StreamingStepConfig StreamingStepConfig.withAdditionalFile(String remote, String local)
          Configure the additional file for the step.
 StreamingStepConfig StreamingStepConfig.withArguments(String arguments)
          Configure the arguments for the step.
 StreamingStepConfig StreamingStepConfig.withInput(String input)
          Configure the input for the step.
 StreamingStepConfig StreamingStepConfig.withMapper(String mapper)
          Configure the mapper program for the step.
 StreamingStepConfig StreamingStepConfig.withName(String name)
          Configure the name for the step.
 StreamingStepConfig StreamingStepConfig.withOutput(String output)
          Configure the output for the step.
 StreamingStepConfig StreamingStepConfig.withReducer(String reducer)
          Configure the reducer program for the step.
 



Copyright © 2018. All rights reserved.