| Interface | Description |
|---|---|
| HealthCheck |
Interface for health check operations on a Redis endpoint.
|
| HealthCheckStrategy |
Interface for health check strategies.
|
| HealthCheckStrategySupplier |
Supplier for health check strategies.
|
| HealthStatusListener |
Listener for health status changes.
|
| HealthStatusManager |
Manager for health status of Redis endpoints.
|
| ProbingPolicy |
Interface for probing policies.
|
| ProbingPolicy.ProbeContext |
| Class | Description |
|---|---|
| HealthCheckCollection |
Collection of health checks.
|
| HealthCheckImpl |
Implementation of the
HealthCheck interface. |
| HealthCheckStrategy.Config | |
| HealthCheckStrategy.Config.Builder<T extends HealthCheckStrategy.Config.Builder<T,C>,C extends HealthCheckStrategy.Config> |
Base builder for HealthCheckStrategy.Config and its subclasses.
|
| HealthStatusChangeEvent |
Event arguments for health status change events.
|
| HealthStatusManagerImpl |
Implementation of the
HealthStatusManager interface. |
| PingStrategy |
Health check strategy that uses PING command to check endpoint health.
|
| ProbingPolicy.BuiltIn |
| Enum | Description |
|---|---|
| HealthStatus |
Enumeration representing the health status of a database endpoint as determined by the health check service.
|
| ProbingPolicy.Decision |
Copyright © 2025 lettuce.io. All rights reserved.