@PublicApi @NotThreadSafe public final class CommandLineJobInfo extends Object implements Serializable
Constructor and Description |
---|
CommandLineJobInfo()
Creates a new instance of
CommandLineJobInfo . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static CommandLineJobInfo |
fromThrift(CommandLineJobInfo info)
Creates a new instance of
CommandLineJobInfo from a thrift representation. |
String |
getCommand() |
JobConfInfo |
getConf() |
int |
hashCode() |
CommandLineJobInfo |
setCommand(String command) |
CommandLineJobInfo |
setConf(JobConfInfo conf) |
String |
toString() |
CommandLineJobInfo |
toThrift() |
public CommandLineJobInfo()
CommandLineJobInfo
.public String getCommand()
public JobConfInfo getConf()
public CommandLineJobInfo setCommand(String command)
command
- the command to usepublic CommandLineJobInfo setConf(JobConfInfo conf)
conf
- the command configuration to usepublic CommandLineJobInfo toThrift()
public static CommandLineJobInfo fromThrift(CommandLineJobInfo info)
CommandLineJobInfo
from a thrift representation.info
- the thrift representation of a lineage command-line job informationCopyright © 2023. All Rights Reserved.