Package com.influxdb.client.flux
Class FluxConnectionOptions
java.lang.Object
com.influxdb.client.flux.FluxConnectionOptions
FluxConnectionOptions are used to configure queries to the Flux.
- Author:
- Jakub Bednar (bednar@github) (26/06/2018 08:59)
-
Method Details
-
builder
Creates a builder instance.- Returns:
- a builder
-
builder
-
getUrl
- Returns:
- the url to connect to Flux
- See Also:
-
getOkHttpClient
@Nonnull public okhttp3.OkHttpClient.Builder getOkHttpClient()- Returns:
- HTTP client to use for communication with Flux
- See Also:
-
getParameters
- Returns:
- returns the map with connection string parameters
-