public class HadoopPrepareForJobRequest extends Object implements HadoopMessage
| Constructor and Description |
|---|
HadoopPrepareForJobRequest()
Constructor required by
Externalizable. |
HadoopPrepareForJobRequest(HadoopJobId jobId,
HadoopJobInfo jobInfo,
int totalReducersCnt,
int[] locReducers) |
| Modifier and Type | Method and Description |
|---|---|
HadoopJobId |
jobId() |
HadoopJobInfo |
jobInfo() |
int[] |
localReducers() |
void |
readExternal(ObjectInput in) |
String |
toString() |
int |
totalReducerCount() |
void |
writeExternal(ObjectOutput out) |
public HadoopPrepareForJobRequest()
Externalizable.public HadoopPrepareForJobRequest(HadoopJobId jobId, HadoopJobInfo jobInfo, int totalReducersCnt, int[] locReducers)
jobId - Job ID.jobInfo - Job info.totalReducersCnt - Number of reducers in the job.locReducers - Reducers to be executed on current node.public HadoopJobInfo jobInfo()
public HadoopJobId jobId()
public int[] localReducers()
public int totalReducerCount()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundException
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.1-p166 Release Date : September 3 2019