Interface HealthStatusProvider
- All Known Subinterfaces:
HealthChecker
- All Known Implementing Classes:
Backend, BackendImpl, ChangelogBackend, ConfigurationBackend, FileChangelogDB, HealthChecker.HealthCheckerImpl, JEBackend, LdifBackend, LeaderBasedReplication, LocalBackend, MemoryBackend, MonitorBackend, MultimasterReplication, NullBackend, ProxyBackend, ReplicaChangelogBackend, RootDseBackend, SchemaBackend, TaskBackend, TopologyBackend
public interface HealthStatusProvider
Provides a health diagnostic for a component or the whole application.
-
Method Summary
-
Method Details
-
getHealthStatus
HealthStatus getHealthStatus()Returns theHealthStatusfor the underlying component.- Returns:
- The
HealthStatus.
-