Class InfluxDbEndpointBuilderFactory.InfluxDbHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.InfluxDbEndpointBuilderFactory.InfluxDbHeaderNameBuilder
- Enclosing interface:
- InfluxDbEndpointBuilderFactory
The builder of headers' name for the InfluxDB component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe name of the database where the time series will be stored.Define the query in case of operation query.The string that defines the retention policy to the data created by the endpoint.
-
Constructor Details
-
InfluxDbHeaderNameBuilder
public InfluxDbHeaderNameBuilder()
-
-
Method Details
-
influxdbRetentionpolicy
The string that defines the retention policy to the data created by the endpoint. The option is a:String
type. Group: producer- Returns:
- the name of the header
InfluxDB.RetentionPolicy
.
-
influxdbDatabasename
The name of the database where the time series will be stored. The option is a:String
type. Group: producer- Returns:
- the name of the header
InfluxDB.databaseName
.
-
influxdbQuery
Define the query in case of operation query. The option is a:String
type. Group: producer- Returns:
- the name of the header
InfluxDB.query
.
-