public static interface InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder |
autoCreateDatabase(boolean autoCreateDatabase)
Define if we want to auto create the database if it's not present.
|
default InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder |
autoCreateDatabase(String autoCreateDatabase)
Define if we want to auto create the database if it's not present.
|
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 |
checkDatabaseExistence(boolean checkDatabaseExistence)
Define if we want to check the database existence while starting the
endpoint.
|
default InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder |
checkDatabaseExistence(String checkDatabaseExistence)
Define if we want to check the database existence while starting the
endpoint.
|
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.InfluxDbEndpointBuilder autoCreateDatabase(boolean autoCreateDatabase)
autoCreateDatabase - the value to setdefault InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder autoCreateDatabase(String autoCreateDatabase)
autoCreateDatabase - the value to setdefault InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder batch(boolean batch)
batch - the value to setdefault InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder batch(String batch)
batch - the value to setdefault InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder checkDatabaseExistence(boolean checkDatabaseExistence)
checkDatabaseExistence - the value to setdefault InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder checkDatabaseExistence(String checkDatabaseExistence)
checkDatabaseExistence - the value to setdefault InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder databaseName(String databaseName)
databaseName - the value to setdefault InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder operation(String operation)
operation - the value to setdefault InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder query(String query)
query - the value to setdefault InfluxDbEndpointBuilderFactory.InfluxDbEndpointBuilder retentionPolicy(String retentionPolicy)
retentionPolicy - the value to setApache Camel