| Package | Description |
|---|---|
| io.lettuce.core.failover | |
| io.lettuce.core.failover.health |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
RedisDatabase.getHealthCheck()
Get the health check for this database.
|
| Constructor and Description |
|---|
RedisDatabase(DatabaseConfig config,
C connection,
io.lettuce.core.failover.DatabaseEndpoint databaseEndpoint,
CircuitBreaker circuitBreaker,
HealthCheck healthCheck) |
| Modifier and Type | Class and Description |
|---|---|
class |
HealthCheckImpl
Implementation of the
HealthCheck interface. |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
HealthCheckCollection.add(HealthCheck healthCheck) |
HealthCheck |
HealthStatusManagerImpl.add(RedisURI endpoint,
HealthCheckStrategy strategy) |
HealthCheck |
HealthStatusManager.add(RedisURI endpoint,
HealthCheckStrategy strategy)
Create and register a health check for the given endpoint.
|
HealthCheck[] |
HealthCheckCollection.addAll(HealthCheck[] healthChecks) |
HealthCheck |
HealthCheckCollection.get(RedisURI endpoint) |
HealthCheck |
HealthCheckCollection.remove(HealthCheck healthCheck) |
HealthCheck |
HealthCheckCollection.remove(RedisURI endpoint) |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
HealthCheckCollection.add(HealthCheck healthCheck) |
HealthCheck[] |
HealthCheckCollection.addAll(HealthCheck[] healthChecks) |
HealthCheck |
HealthCheckCollection.remove(HealthCheck healthCheck) |
Copyright © 2025 lettuce.io. All rights reserved.