| Package | Description |
|---|---|
| com.baidubce.services.bmr.model |
| Modifier and Type | Method and Description |
|---|---|
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 © 2020. All rights reserved.