Uses of Class
org.apache.camel.component.metrics.MetricsType
-
Packages that use MetricsType Package Description org.apache.camel.component.metrics -
-
Uses of MetricsType in org.apache.camel.component.metrics
Fields in org.apache.camel.component.metrics declared as MetricsType Modifier and Type Field Description static MetricsTypeMetricsComponent. DEFAULT_METRICS_TYPEprotected MetricsTypeMetricsEndpoint. metricsTypeMethods in org.apache.camel.component.metrics that return MetricsType Modifier and Type Method Description static MetricsTypeMetricsType. getByName(String name)MetricsTypeMetricsEndpoint. getMetricsType()static MetricsTypeMetricsType. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricsType[]MetricsType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.camel.component.metrics with parameters of type MetricsType Constructor Description MetricsEndpoint(String uri, org.apache.camel.Component component, com.codahale.metrics.MetricRegistry registry, MetricsType metricsType, String metricsName)
-