Package fish.payara.nucleus.healthcheck
Interface HealthCheckStatsProvider
-
- All Known Implementing Classes:
ConnectionPoolHealthCheck,HealthCheckCounter,HealthCheckGauge,StuckThreadsHealthCheck
@Contract public interface HealthCheckStatsProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>getAttributes()Set<String>getSubAttributes()<T> TgetValue(Class<T> type, String attribute, String subAttribute)booleanisEnabled()
-