StreamingStepConfig |
StreamingStepConfig.withActionOnFailure(String actionOnFailure) |
Configure the action on failure for the streaming 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.
|