public static interface InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default InfluxDbEndpointBuilderFactory.AdvancedInfluxDbEndpointBuilder |
advanced() |
default InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder |
batch(boolean batch)
Define if this operation is a batch operation or not.
|
default InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder |
batch(String batch)
Define if this operation is a batch operation or not.
|
default InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder |
databaseName(String databaseName)
The name of the database where the time series will be stored.
|
default InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder |
operation(String operation)
Define if this operation is an insert or a query.
|
default InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder |
query(String query)
Define the query in case of operation query.
|
default InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder |
retentionPolicy(String retentionPolicy)
The string that defines the retention policy to the data created by
the endpoint.
|
default InfluxDbEndpointBuilderFactory.AdvancedInfluxDbEndpointBuilder advanced()
default InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder batch(boolean batch)
boolean type.
Default: false
Group: producerdefault InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder batch(String batch)
boolean type.
Default: false
Group: producerdefault InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder databaseName(String databaseName)
java.lang.String type.
Group: producerdefault InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder operation(String operation)
java.lang.String type.
Default: insert
Group: producerdefault InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder query(String query)
java.lang.String type.
Group: producerdefault InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder retentionPolicy(String retentionPolicy)
java.lang.String type.
Default: default
Group: producerApache Camel