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 MetricsType
MetricsComponent. DEFAULT_METRICS_TYPE
protected MetricsType
MetricsEndpoint. metricsType
Methods in org.apache.camel.component.metrics that return MetricsType Modifier and Type Method Description static MetricsType
MetricsType. getByName(String name)
MetricsType
MetricsEndpoint. getMetricsType()
static MetricsType
MetricsType. 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)
-