public interface Parameterized
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.flink.api.java.utils.ParameterTool parameterTool)
Read parameter values from the command-line arguments.
|
String |
getName()
A unique, human-readable identifier.
|
String |
getUsage()
Human-readable format for the command-line usage string.
|
String getName()
String getUsage()
void configure(org.apache.flink.api.java.utils.ParameterTool parameterTool)
throws org.apache.flink.client.program.ProgramParametrizationException
parameterTool - parameter parserorg.apache.flink.client.program.ProgramParametrizationException - when configuration is invalidCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.