Class InfluxDb2EndpointBuilderFactory.InfluxDb2HeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.InfluxDb2EndpointBuilderFactory.InfluxDb2HeaderNameBuilder
-
- Enclosing interface:
- InfluxDb2EndpointBuilderFactory
public static class InfluxDb2EndpointBuilderFactory.InfluxDb2HeaderNameBuilder extends Object
The builder of headers' name for the InfluxDB2 component.
-
-
Constructor Summary
Constructors Constructor Description InfluxDb2HeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringinfluxDB2MeasurementName()The name of measurement.StringinfluxDB2WritePrecision()InfluxDb Write precision.StringinfluxdbRetentionpolicy()The string that defines the retention policy to the data created by the endpoint.
-
-
-
Method Detail
-
influxDB2MeasurementName
public String influxDB2MeasurementName()
The name of measurement. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
InfluxDB2MeasurementName.
-
influxdbRetentionpolicy
public String influxdbRetentionpolicy()
The string that defines the retention policy to the data created by the endpoint. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
InfluxDB.RetentionPolicy.
-
influxDB2WritePrecision
public String influxDB2WritePrecision()
InfluxDb Write precision. The option is a:com.influxdb.client.domain.WritePrecisiontype. Group: producer- Returns:
- the name of the header
InfluxDB2WritePrecision.
-
-