public abstract class BaseParameters extends Object
Constructor and Description |
---|
BaseParameters() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
BaseParameters |
setName(String name) |
void |
updateParametersByParsedCommandline(org.apache.commons.cli.CommandLine parsedCommandLine,
org.apache.commons.cli.Options options,
ClientContext clientContext) |
public void updateParametersByParsedCommandline(org.apache.commons.cli.CommandLine parsedCommandLine, org.apache.commons.cli.Options options, ClientContext clientContext) throws org.apache.commons.cli.ParseException, IOException, org.apache.hadoop.yarn.exceptions.YarnException
org.apache.commons.cli.ParseException
IOException
org.apache.hadoop.yarn.exceptions.YarnException
public String getName()
public BaseParameters setName(String name)
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.