|
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 free,
int running,
int completed,
int failed)
Instantiates a new container monitor state. |
|
| Method Summary | |
|---|---|
int |
getCompleted()
Gets the completed count. |
int |
getFailed()
Gets the failed count. |
int |
getFree()
Gets the free count. |
int |
getRunning()
Gets the running count. |
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 free,
int running,
int completed,
int failed)
free - the free countrunning - the running countcompleted - the completed countfailed - the failed count| Method Detail |
|---|
public int getFree()
public int getRunning()
public int getCompleted()
public int getFailed()
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 | ||||||||