Class CommitterJobCommitEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<CommitterEventType>
org.apache.hadoop.mapreduce.v2.app.commit.CommitterEvent
org.apache.hadoop.mapreduce.v2.app.commit.CommitterJobCommitEvent
- All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<CommitterEventType>
-
Constructor Summary
ConstructorsConstructorDescriptionCommitterJobCommitEvent(org.apache.hadoop.mapreduce.v2.api.records.JobId jobID, org.apache.hadoop.mapreduce.JobContext jobContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.mapreduce.JobContextorg.apache.hadoop.mapreduce.v2.api.records.JobIdgetJobID()Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
-
Constructor Details
-
CommitterJobCommitEvent
public CommitterJobCommitEvent(org.apache.hadoop.mapreduce.v2.api.records.JobId jobID, org.apache.hadoop.mapreduce.JobContext jobContext)
-
-
Method Details
-
getJobID
public org.apache.hadoop.mapreduce.v2.api.records.JobId getJobID() -
getJobContext
public org.apache.hadoop.mapreduce.JobContext getJobContext()
-