| Interface | Description |
|---|---|
| IMonitor |
Interface for monitors.
|
| IMonitorInitializer |
Interface for initialize a new
Monitor. |
| IMonitorService |
Interface for monitor services.
|
| Class | Description |
|---|---|
| DefaultMonitorService |
This class handles the creation and clean up of monitoring threads to servers with one
or more active connections.
|
| Monitor |
This class uses a background thread to monitor a particular server with one or more
active
Connection. |
| MonitorConnectionContext |
Monitoring context for each connection.
|
| NodeMonitoringConnectionPlugin |
Monitor the server while the connection is executing methods for more sophisticated
failure detection.
|
| NodeMonitoringConnectionPluginFactory |
Class initializing a
NodeMonitoringConnectionPlugin. |