Uses of Class
org.apache.flink.api.java.utils.ParameterTool
-
Packages that use ParameterTool Package Description org.apache.flink.api.java.utils -
-
Uses of ParameterTool in org.apache.flink.api.java.utils
Methods in org.apache.flink.api.java.utils that return ParameterTool Modifier and Type Method Description static ParameterToolParameterTool. fromArgs(String[] args)ReturnsParameterToolfor the given arguments.static ParameterToolParameterTool. fromMap(Map<String,String> map)ReturnsParameterToolfor the given map.static ParameterToolParameterTool. fromPropertiesFile(File file)ReturnsParameterToolfor the givenPropertiesfile.static ParameterToolParameterTool. fromPropertiesFile(InputStream inputStream)ReturnsParameterToolfor the given InputStream fromPropertiesfile.static ParameterToolParameterTool. fromPropertiesFile(String path)ReturnsParameterToolfor the givenPropertiesfile.static ParameterToolParameterTool. fromSystemProperties()ReturnsParameterToolfrom the system properties.ParameterToolParameterTool. mergeWith(ParameterTool other)Merges twoParameterTool.Methods in org.apache.flink.api.java.utils with parameters of type ParameterTool Modifier and Type Method Description ParameterToolParameterTool. mergeWith(ParameterTool other)Merges twoParameterTool.
-