|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TezRootInputInitializerContext
| Method Summary | |
|---|---|
org.apache.hadoop.yarn.api.records.ApplicationId |
getApplicationId()
Get the YARN application id given to the Tez Application Master |
int |
getDAGAttemptNumber()
|
String |
getDAGName()
Get the name of the DAG |
String |
getInputName()
Get the name of the input |
int |
getNumClusterNodes()
Get the number of nodes in the cluster |
int |
getNumTasks()
Get the number of tasks in this vertex. |
org.apache.hadoop.yarn.api.records.Resource |
getTotalAvailableResource()
Get the total resource allocated to this vertex. |
byte[] |
getUserPayload()
Get the user payload |
org.apache.hadoop.yarn.api.records.Resource |
getVertexTaskResource()
Get the resource allocated to a task of this vertex |
| Method Detail |
|---|
org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
String getDAGName()
String getInputName()
byte[] getUserPayload()
int getNumTasks()
org.apache.hadoop.yarn.api.records.Resource getVertexTaskResource()
org.apache.hadoop.yarn.api.records.Resource getTotalAvailableResource()
int getNumClusterNodes()
int getDAGAttemptNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||