Package | Description |
---|---|
com.caucho.env.dbpool | |
com.caucho.env.health | |
com.caucho.health.analysis | |
com.caucho.health.predicate |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionPoolHealthCheckImpl.updateHealthStatus(java.lang.Object source,
HealthStatus status,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
HealthStatus |
HealthCheckResult.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.
|
Modifier and Type | Method and Description |
---|---|
void |
HealthCheckResult.setStatus(HealthStatus status) |
static void |
HealthStatusService.updateCurrentHealthStatus(java.lang.Object source,
HealthStatus status,
java.lang.String message)
Notify all HealthStatusListeners about a change in health status.
|
void |
HealthStatusListener.updateHealthStatus(java.lang.Object source,
HealthStatus status,
java.lang.String message)
Invoked when a health status update occurs.
|
void |
HealthStatusService.updateHealthStatus(java.lang.Object source,
HealthStatus status,
java.lang.String message)
Notify all HealthStatusListeners about a change in health status.
|
void |
HealthMeter.updateStatus(HealthStatus healthStatus) |
Constructor and Description |
---|
HealthCheckResult(HealthStatus status) |
HealthCheckResult(HealthStatus status,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
HealthStatus |
HealthAnalyzer.analyze() |
HealthStatus |
AnomalyAnalyzer.analyze() |
protected HealthStatus |
AnomalyAnalyzer.analyzeImpl() |
Modifier and Type | Method and Description |
---|---|
HealthStatus |
IfHealthStatus.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
IfHealthStatus.setStatus(HealthStatus status) |
Constructor and Description |
---|
IfHealthStatus(HealthCheck healthCheck,
HealthStatus status) |
IfHealthStatus(HealthStatus status) |