package scala
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
InfluxDBClientScala extends AnyRef
The reference Scala client that allows query and write for the InfluxDB 2.x by Pekko Streams.
-
trait
QueryScalaApi extends AnyRef
The client that allows perform Flux queries against the InfluxDB /api/v2/query endpoint.
The client that allows perform Flux queries against the InfluxDB /api/v2/query endpoint.
For parametrized queries use Query object, see com.influxdb.client.QueryApi in Java module for more details.
-
trait
WriteScalaApi extends AnyRef
The Scala API to write time-series data into InfluxDB 2.x.
Value Members
-
object
InfluxDBClientScalaFactory
The Factory that creates an instance of a Flux client.