- setConfiguration(GangliaConfiguration) - Method in class org.apache.camel.component.ganglia.GangliaComponent
-
To use the shared configuration
- setConfiguration(GangliaConfiguration) - Method in class org.apache.camel.component.ganglia.GangliaEndpoint
-
- setDmax(int) - Method in class org.apache.camel.component.ganglia.GangliaConfiguration
-
Minumum time in seconds before Ganglia will purge the metric value if it expires.
- setGroupName(String) - Method in class org.apache.camel.component.ganglia.GangliaConfiguration
-
The group that the metric belongs to.
- setHost(String) - Method in class org.apache.camel.component.ganglia.GangliaConfiguration
-
Host name for Ganglia server
- setMetricName(String) - Method in class org.apache.camel.component.ganglia.GangliaConfiguration
-
The name to use for the metric.
- setMode(GMetric.UDPAddressingMode) - Method in class org.apache.camel.component.ganglia.GangliaConfiguration
-
Send the UDP metric packets using MULTICAST or UNICAST
- setPort(int) - Method in class org.apache.camel.component.ganglia.GangliaConfiguration
-
Port for Ganglia server
- setPrefix(String) - Method in class org.apache.camel.component.ganglia.GangliaConfiguration
-
Prefix the metric name with this string and an underscore.
- setPublisher(Publisher) - Method in class org.apache.camel.component.ganglia.GangliaEndpoint
-
- setSlope(GMetricSlope) - Method in class org.apache.camel.component.ganglia.GangliaConfiguration
-
The slope
- setSpoofHostname(String) - Method in class org.apache.camel.component.ganglia.GangliaConfiguration
-
Spoofing information IP:hostname
- setTmax(int) - Method in class org.apache.camel.component.ganglia.GangliaConfiguration
-
Maximum time in seconds that the value can be considered current.
- setTtl(int) - Method in class org.apache.camel.component.ganglia.GangliaConfiguration
-
If using multicast, set the TTL of the packets
- setType(GMetricType) - Method in class org.apache.camel.component.ganglia.GangliaConfiguration
-
The type of value
- setUnits(String) - Method in class org.apache.camel.component.ganglia.GangliaConfiguration
-
Any unit of measurement that qualifies the metric, e.g.
- setWireFormat31x(boolean) - Method in class org.apache.camel.component.ganglia.GangliaConfiguration
-
Use the wire format of Ganglia 3.1.0 and later versions.