Packages

package scala

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package internal

Type Members

  1. trait InfluxDBClientScala extends AnyRef

    The reference Scala client that allows query and write for the InfluxDB 2.x by Pekko Streams.

  2. 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.

  3. trait WriteScalaApi extends AnyRef

    The Scala API to write time-series data into InfluxDB 2.x.

Value Members

  1. object InfluxDBClientScalaFactory

    The Factory that creates an instance of a Flux client.

Ungrouped