@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface GangliaEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GangliaEndpointBuilderFactory.AdvancedGangliaEndpointBuilder
Advanced builder for endpoint for the Ganglia component.
|
static interface |
GangliaEndpointBuilderFactory.GangliaBuilders |
static interface |
GangliaEndpointBuilderFactory.GangliaEndpointBuilder
Builder for endpoint for the Ganglia component.
|
static class |
GangliaEndpointBuilderFactory.GMetricSlope
Proxy enum for
info.ganglia.gmetric4j.gmetric.GMetricSlope
enum. |
static class |
GangliaEndpointBuilderFactory.GMetricType
Proxy enum for
info.ganglia.gmetric4j.gmetric.GMetricType
enum. |
static class |
GangliaEndpointBuilderFactory.UDPAddressingMode
Proxy enum for
info.ganglia.gmetric4j.gmetric.GMetric$UDPAddressingMode
enum. |
| Modifier and Type | Method and Description |
|---|---|
static GangliaEndpointBuilderFactory.GangliaEndpointBuilder |
ganglia(String path)
Ganglia (camel-ganglia)
The ganglia component is used for sending metrics to the Ganglia
monitoring system.
|
static GangliaEndpointBuilderFactory.GangliaEndpointBuilder ganglia(String path)
ganglia:host:port
Path parameter: host
Host name for Ganglia server
Default value: 239.2.11.71
Path parameter: port
Port for Ganglia server
Default value: 8649Apache Camel