Uses of Enum Class
org.apache.camel.component.metrics.MetricsType
Packages that use MetricsType
-
Uses of MetricsType in org.apache.camel.component.metrics
Fields in org.apache.camel.component.metrics declared as MetricsTypeModifier and TypeFieldDescriptionstatic final MetricsTypeMetricsComponent.DEFAULT_METRICS_TYPEprotected final MetricsTypeMetricsEndpoint.metricsTypeMethods in org.apache.camel.component.metrics that return MetricsTypeModifier and TypeMethodDescriptionstatic MetricsTypeMetricsEndpoint.getMetricsType()static MetricsTypeReturns the enum constant of this class with the specified name.static MetricsType[]MetricsType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.camel.component.metrics with parameters of type MetricsTypeModifierConstructorDescriptionMetricsEndpoint(String uri, org.apache.camel.Component component, com.codahale.metrics.MetricRegistry registry, MetricsType metricsType, String metricsName)