Uses of Interface
org.apache.unomi.metrics.MetricsService
-
-
Uses of MetricsService in org.apache.unomi.groovy.actions
Methods in org.apache.unomi.groovy.actions with parameters of type MetricsService Modifier and Type Method Description void
GroovyActionDispatcher. setMetricsService(MetricsService metricsService)
-
Uses of MetricsService in org.apache.unomi.metrics
Constructors in org.apache.unomi.metrics with parameters of type MetricsService Constructor Description MetricAdapter(MetricsService metricsService, String timerName)
-
Uses of MetricsService in org.apache.unomi.metrics.commands
Methods in org.apache.unomi.metrics.commands with parameters of type MetricsService Modifier and Type Method Description void
MetricsCommandSupport. setMetricsService(MetricsService metricsService)
-
Uses of MetricsService in org.apache.unomi.metrics.internal
Classes in org.apache.unomi.metrics.internal that implement MetricsService Modifier and Type Class Description class
MetricsServiceImpl
-
Uses of MetricsService in org.apache.unomi.persistence.elasticsearch
Methods in org.apache.unomi.persistence.elasticsearch with parameters of type MetricsService Modifier and Type Method Description void
ElasticSearchPersistenceServiceImpl. setMetricsService(MetricsService metricsService)
Constructors in org.apache.unomi.persistence.elasticsearch with parameters of type MetricsService Constructor Description InClassLoaderExecute(MetricsService metricsService, String timerName, org.osgi.framework.BundleContext bundleContext, String[] fatalIllegalStateErrors, boolean throwExceptions)
-
Uses of MetricsService in org.apache.unomi.persistence.elasticsearch.conditions
Methods in org.apache.unomi.persistence.elasticsearch.conditions with parameters of type MetricsService Modifier and Type Method Description void
ConditionEvaluatorDispatcher. setMetricsService(MetricsService metricsService)
-
Uses of MetricsService in org.apache.unomi.services.actions.impl
Methods in org.apache.unomi.services.actions.impl with parameters of type MetricsService Modifier and Type Method Description void
ActionExecutorDispatcherImpl. setMetricsService(MetricsService metricsService)
-