|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OutputCommitterContext
Context through which the OutputCommitter can access all the relevant information that it needs.
| Method Summary | |
|---|---|
org.apache.hadoop.yarn.api.records.ApplicationId |
getApplicationId()
Get the ApplicationId |
int |
getDAGAttemptNumber()
Get the current DAG Attempt Number |
String |
getDAGName()
Get the name of the DAG |
String |
getOutputName()
Get the name of the Output |
byte[] |
getUserPayload()
Get the User Payload for the Output |
int |
getVertexIndex()
Get Vertex Index in the DAG |
String |
getVertexName()
Get the name of the Vertex |
| Method Detail |
|---|
org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
ApplicationId
ApplicationIdint getDAGAttemptNumber()
String getDAGName()
String getVertexName()
String getOutputName()
byte[] getUserPayload()
@InterfaceStability.Unstable @InterfaceStability.Evolving int getVertexIndex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||