Class InfluxDbEndpointBuilderFactory.InfluxDbHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.InfluxDbEndpointBuilderFactory.InfluxDbHeaderNameBuilder
-
- Enclosing interface:
- InfluxDbEndpointBuilderFactory
public static class InfluxDbEndpointBuilderFactory.InfluxDbHeaderNameBuilder extends Object
The builder of headers' name for the InfluxDB component.
-
-
Constructor Summary
Constructors Constructor Description InfluxDbHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringinfluxdbDatabasename()The name of the database where the time series will be stored.StringinfluxdbQuery()Define the query in case of operation query.StringinfluxdbRetentionpolicy()The string that defines the retention policy to the data created by the endpoint.
-
-
-
Method Detail
-
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.
-
influxdbDatabasename
public String influxdbDatabasename()
The name of the database where the time series will be stored. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
InfluxDB.databaseName.
-
influxdbQuery
public String influxdbQuery()
Define the query in case of operation query. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
InfluxDB.query.
-
-