| Interface | Description |
|---|---|
| ConnectionContext |
Interface for connection context that manages connection state and health monitoring.
|
| ConnectionContextService |
Service for managing connection contexts used during host monitoring.
|
| ContextPool |
Pool for managing reusable connection context objects.
|
| HostMonitor |
Interface for monitors.
|
| HostMonitorService |
Interface for monitor services.
|
| Class | Description |
|---|---|
| ConnectionContextServiceFactory |
Factory for creating
ConnectionContextService instances based on system configuration. |
| ContextPoolImpl | |
| HostMonitorConnectionContext | |
| HostMonitoringConnectionBasePlugin |
Base plugin class to monitor the server while the connection is executing methods for more sophisticated failure
detection.
|
| PoolConnectionContextServiceImpl | |
| SimpleConnectionContextServiceImpl |
A non-pooled implementation of
ConnectionContextService that creates a new context
instance on each acquire call. |