Uses of Interface
org.apache.camel.builder.endpoint.dsl.InfluxDb2EndpointBuilderFactory.InfluxDb2EndpointBuilder
Packages that use InfluxDb2EndpointBuilderFactory.InfluxDb2EndpointBuilder
-
Uses of InfluxDb2EndpointBuilderFactory.InfluxDb2EndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return InfluxDb2EndpointBuilderFactory.InfluxDb2EndpointBuilderModifier and TypeMethodDescriptionInfluxDB2 (camel-influxdb2) Interact with InfluxDB v2, a time series database.InfluxDB2 (camel-influxdb2) Interact with InfluxDB v2, a time series database. -
Uses of InfluxDb2EndpointBuilderFactory.InfluxDb2EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return InfluxDb2EndpointBuilderFactory.InfluxDb2EndpointBuilderModifier and TypeMethodDescriptionInfluxDb2EndpointBuilderFactory.InfluxDb2EndpointBuilder.autoCreateBucket(boolean autoCreateBucket) Define if we want to auto create the bucket if it's not present.InfluxDb2EndpointBuilderFactory.InfluxDb2EndpointBuilder.autoCreateBucket(String autoCreateBucket) Define if we want to auto create the bucket if it's not present.InfluxDb2EndpointBuilderFactory.InfluxDb2EndpointBuilder.autoCreateOrg(boolean autoCreateOrg) Define if we want to auto create the organization if it's not present.InfluxDb2EndpointBuilderFactory.InfluxDb2EndpointBuilder.autoCreateOrg(String autoCreateOrg) Define if we want to auto create the organization if it's not present.InfluxDb2EndpointBuilderFactory.AdvancedInfluxDb2EndpointBuilder.basic()The name of the bucket where the time series will be stored.InfluxDb2EndpointBuilderFactory.endpointBuilder(String componentName, String path) InfluxDB2 (camel-influxdb2) Interact with InfluxDB v2, a time series database.InfluxDB2 (camel-influxdb2) Interact with InfluxDB v2, a time series database.Define if this operation is an insert of ping.InfluxDb2EndpointBuilderFactory.InfluxDb2EndpointBuilder.operation(org.apache.camel.component.influxdb2.enums.Operation operation) Define if this operation is an insert of ping.The name of the organization where the time series will be stored.InfluxDb2EndpointBuilderFactory.InfluxDb2EndpointBuilder.retentionPolicy(String retentionPolicy) Define the retention policy to the data created by the endpoint.InfluxDb2EndpointBuilderFactory.InfluxDb2EndpointBuilder.writePrecision(com.influxdb.client.domain.WritePrecision writePrecision) The format or precision of time series timestamps.InfluxDb2EndpointBuilderFactory.InfluxDb2EndpointBuilder.writePrecision(String writePrecision) The format or precision of time series timestamps.