Uses of Class
org.apache.camel.component.metrics.MetricsEndpoint
-
Packages that use MetricsEndpoint Package Description org.apache.camel.component.metrics -
-
Uses of MetricsEndpoint in org.apache.camel.component.metrics
Methods in org.apache.camel.component.metrics that return MetricsEndpoint Modifier and Type Method Description MetricsEndpointAbstractMetricsProducer. getEndpoint()Methods in org.apache.camel.component.metrics with parameters of type MetricsEndpoint Modifier and Type Method Description protected abstract voidAbstractMetricsProducer. doProcess(org.apache.camel.Exchange exchange, MetricsEndpoint endpoint, com.codahale.metrics.MetricRegistry registry, String metricsName)protected voidCounterProducer. doProcess(org.apache.camel.Exchange exchange, MetricsEndpoint endpoint, com.codahale.metrics.MetricRegistry registry, String metricsName)protected voidGaugeProducer. doProcess(org.apache.camel.Exchange exchange, MetricsEndpoint endpoint, com.codahale.metrics.MetricRegistry registry, String metricsName)protected voidHistogramProducer. doProcess(org.apache.camel.Exchange exchange, MetricsEndpoint endpoint, com.codahale.metrics.MetricRegistry registry, String metricsName)protected voidMeterProducer. doProcess(org.apache.camel.Exchange exchange, MetricsEndpoint endpoint, com.codahale.metrics.MetricRegistry registry, String metricsName)protected voidTimerProducer. doProcess(org.apache.camel.Exchange exchange, MetricsEndpoint endpoint, com.codahale.metrics.MetricRegistry registry, String metricsName)Constructors in org.apache.camel.component.metrics with parameters of type MetricsEndpoint Constructor Description AbstractMetricsProducer(MetricsEndpoint endpoint)CounterProducer(MetricsEndpoint endpoint)GaugeProducer(MetricsEndpoint endpoint)HistogramProducer(MetricsEndpoint endpoint)MeterProducer(MetricsEndpoint endpoint)TimerProducer(MetricsEndpoint endpoint)
-