public static class StatusCommand.Reporter extends Object
| Constructor and Description |
|---|
Reporter(YarnRMClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
display(boolean verbose,
boolean isNew) |
String |
getAmUrl() |
void |
getReport() |
org.apache.hadoop.yarn.api.records.YarnApplicationState |
getState() |
boolean |
isRunning() |
boolean |
isStarting() |
boolean |
isStopped() |
void |
showFinalStatus() |
public Reporter(YarnRMClient client)
public void getReport()
throws ClientException
ClientExceptionpublic void display(boolean verbose,
boolean isNew)
public String getAmUrl()
public void showFinalStatus()
public org.apache.hadoop.yarn.api.records.YarnApplicationState getState()
public boolean isStarting()
public boolean isStopped()
public boolean isRunning()
Copyright © 2021 The Apache Software Foundation. All rights reserved.