Uses of Interface
fish.payara.nucleus.healthcheck.configuration.MonitoredMetric
-
Packages that use MonitoredMetric Package Description fish.payara.healthcheck.microprofile.metrics fish.payara.nucleus.healthcheck.configuration -
-
Uses of MonitoredMetric in fish.payara.healthcheck.microprofile.metrics
Methods in fish.payara.healthcheck.microprofile.metrics that return types with arguments of type MonitoredMetric Modifier and Type Method Description List<MonitoredMetric>HealthCheckMicroProfileMetricstExecutionOptions. getMonitoredMetrics()Method parameters in fish.payara.healthcheck.microprofile.metrics with type arguments of type MonitoredMetric Modifier and Type Method Description voidHealthCheckMicroProfileMetricstExecutionOptions. setMonitoredMetrics(List<MonitoredMetric> monitoredMetrics)Constructor parameters in fish.payara.healthcheck.microprofile.metrics with type arguments of type MonitoredMetric Constructor Description HealthCheckMicroProfileMetricstExecutionOptions(boolean enabled, long time, TimeUnit unit, boolean addToMicroProfileHealth, List<MonitoredMetric> monitoredMetrics) -
Uses of MonitoredMetric in fish.payara.nucleus.healthcheck.configuration
Methods in fish.payara.nucleus.healthcheck.configuration that return types with arguments of type MonitoredMetric Modifier and Type Method Description List<MonitoredMetric>MicroProfileMetricsChecker. getMonitoredMetrics()Methods in fish.payara.nucleus.healthcheck.configuration with parameters of type MonitoredMetric Modifier and Type Method Description static booleanMonitoredMetric.Duck. equals(MonitoredMetric metric1, MonitoredMetric metric2)booleanMonitoredMetric. equals(MonitoredMetric metric)
-