Package | Description |
---|---|
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
JobConfInfo |
JobConfInfo.deepCopy() |
JobConfInfo |
CommandLineJobInfo.getConf() |
JobConfInfo |
JobConfInfo.setOutputFile(String outputFile) |
Modifier and Type | Method and Description |
---|---|
int |
JobConfInfo.compareTo(JobConfInfo other) |
boolean |
JobConfInfo.equals(JobConfInfo that) |
CommandLineJobInfo |
CommandLineJobInfo.setConf(JobConfInfo conf) |
Constructor and Description |
---|
CommandLineJobInfo(String command,
JobConfInfo conf) |
JobConfInfo(JobConfInfo other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
protected JobConfInfo |
JobConfInfo.toThrift() |
Modifier and Type | Method and Description |
---|---|
static JobConfInfo |
JobConfInfo.fromThrift(JobConfInfo info)
Creates a new instance of
JobConfInfo from a thrift representation. |
Copyright © 2023. All Rights Reserved.