Package | Description |
---|---|
org.apache.camel.component.metrics |
Modifier and Type | Field and Description |
---|---|
static MetricsType |
MetricsComponent.DEFAULT_METRICS_TYPE |
protected MetricsType |
MetricsEndpoint.metricsType |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
MetricsEndpoint(String uri,
org.apache.camel.Component component,
com.codahale.metrics.MetricRegistry registry,
MetricsType metricsType,
String metricsName) |
Apache Camel