| Interface | Description |
|---|---|
| ContainerAware |
Interface for container monitoring components wanting
to be aware of
Containers and ContainerStatuss. |
| ContainerMonitor |
General interface for components able to monitor application
and container statuses.
|
| Class | Description |
|---|---|
| AbstractMonitor |
The base class for Container monitoring implementations.
|
| DefaultContainerMonitor |
Default implementation of
ContainerMonitor which simple
tracks number of total and completed containers. |