|
Spring for Apache Hadoop | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.yarn.listener.ContainerMonitorListener.ContainerMonitorState
public static class ContainerMonitorListener.ContainerMonitorState
Class holding state info.
| Constructor Summary | |
|---|---|
ContainerMonitorListener.ContainerMonitorState(int allocated,
int completed,
int failed,
double progress)
Instantiates a new container monitor state. |
|
| Method Summary | |
|---|---|
int |
getAllocated()
Gets the allocated. |
int |
getCompleted()
Gets the completed. |
int |
getFailed()
Gets the failed. |
double |
getProgress()
Gets the progress. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ContainerMonitorListener.ContainerMonitorState(int allocated,
int completed,
int failed,
double progress)
allocated - the allocatedcompleted - the completedfailed - the failedprogress - the progress| Method Detail |
|---|
public int getAllocated()
public int getCompleted()
public int getFailed()
public double getProgress()
public java.lang.String toString()
toString in class java.lang.Object
|
Spring for Apache Hadoop | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||