|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContainerMonitor
General interface for components able to monitor application and container statuses.
Method Summary | |
---|---|
void |
addContainerMonitorStateListener(ContainerMonitorListener listener)
Adds the container monitor state listener. |
int |
completedCount()
Gets a count of completed containers. |
int |
failedCount()
Gets a count of failed containers. |
int |
freeCount()
Gets a count of free containers. |
int |
runningCount()
Gets a count of running containers. |
Method Detail |
---|
int freeCount()
int runningCount()
int failedCount()
int completedCount()
void addContainerMonitorStateListener(ContainerMonitorListener listener)
listener
- the ContainerMonitorListener
|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |