Uses of Interface
com.loomcache.server.network.ConnectionHealthMonitor.HealthStatus
Packages that use ConnectionHealthMonitor.HealthStatus
-
Uses of ConnectionHealthMonitor.HealthStatus in com.loomcache.server.network
Classes in com.loomcache.server.network that implement ConnectionHealthMonitor.HealthStatusModifier and TypeClassDescriptionstatic final classDegraded status: connection showing concerning metrics but still operational.static final classHealthy status: connection operating normally.static final classUnhealthy status: connection exceeds critical thresholds and may be closed.static final classUnknown status: no health data collected yet.Methods in com.loomcache.server.network that return ConnectionHealthMonitor.HealthStatusModifier and TypeMethodDescriptionConnectionHealthMonitor.ConnectionHealth.status()Returns the value of thestatusrecord component.Methods in com.loomcache.server.network with parameters of type ConnectionHealthMonitor.HealthStatusModifier and TypeMethodDescriptionvoidConnectionHealthMonitor.HealthCheckCallback.onHealthStatusChange(String connectionId, ConnectionHealthMonitor.HealthStatus oldStatus, ConnectionHealthMonitor.HealthStatus newStatus, ConnectionHealthMonitor.ConnectionHealth health) Invoked when connection health changes.Constructors in com.loomcache.server.network with parameters of type ConnectionHealthMonitor.HealthStatusModifierConstructorDescriptionConnectionHealth(String connectionId, ConnectionHealthMonitor.HealthStatus status, long latencyMs, double errorRate, Instant lastActivityTime, int checkCount) Creates an instance of aConnectionHealthrecord class.