@PublicApi @NotThreadSafe public final class JobConfInfo extends Object implements Serializable
Constructor and Description |
---|
JobConfInfo()
Creates a new instance of
JobConfInfo . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static JobConfInfo |
fromThrift(JobConfInfo info)
Creates a new instance of
JobConfInfo from a thrift representation. |
String |
getOutputFile() |
int |
hashCode() |
JobConfInfo |
setOutputFile(String outputFile) |
String |
toString() |
protected JobConfInfo |
toThrift() |
public JobConfInfo()
JobConfInfo
.public String getOutputFile()
public JobConfInfo setOutputFile(String outputFile)
outputFile
- the output file to useprotected JobConfInfo toThrift()
public static JobConfInfo fromThrift(JobConfInfo info)
JobConfInfo
from a thrift representation.info
- the thrift representation of a lineage command-line job configurationCopyright © 2023. All Rights Reserved.