| Package | Description |
|---|---|
| redis.clients.jedis.mcf |
This package contains the classes that are related to Active-Active cluster(s) and Multi-Cluster
failover.
|
| Modifier and Type | Method and Description |
|---|---|
HealthStatus |
PingStrategy.doHealthCheck(Endpoint endpoint) |
HealthStatus |
LagAwareStrategy.doHealthCheck(Endpoint endpoint) |
HealthStatus |
HealthCheckStrategy.doHealthCheck(Endpoint endpoint)
Perform the health check for the given endpoint.
|
HealthStatus |
MultiDbConnectionProvider.Database.getHealthStatus() |
HealthStatus |
HealthStatusManager.getHealthStatus(Endpoint endpoint) |
HealthStatus |
HealthStatusChangeEvent.getNewStatus() |
HealthStatus |
HealthStatusChangeEvent.getOldStatus() |
HealthStatus |
HealthCheck.getStatus() |
HealthStatus |
HealthCheckImpl.getStatus() |
static HealthStatus |
HealthStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HealthStatus[] |
HealthStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
HealthStatus |
StatusTracker.waitForHealthStatus(Endpoint endpoint)
Waits for a specific endpoint's health status to be determined (not UNKNOWN).
|
| Constructor and Description |
|---|
HealthStatusChangeEvent(Endpoint endpoint,
HealthStatus oldStatus,
HealthStatus newStatus) |
Copyright © 2025. All rights reserved.