Packages

c

com.influxdb.client.scala.internal

InfluxDBClientScalaImpl

class InfluxDBClientScalaImpl extends AbstractInfluxDBClient with InfluxDBClientScala

Linear Supertypes
InfluxDBClientScala, AbstractInfluxDBClient, AbstractRestClient, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InfluxDBClientScalaImpl
  2. InfluxDBClientScala
  3. AbstractInfluxDBClient
  4. AbstractRestClient
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InfluxDBClientScalaImpl(options: InfluxDBClientOptions)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. def close(): Unit
    Definition Classes
    AbstractInfluxDBClient
  7. def disableGzip(): InfluxDBClientScala

    Disable Gzip compress for http request body.

    Disable Gzip compress for http request body.

    returns

    the InfluxDBClientScala instance to be able to use it in a fluent manner.

    Definition Classes
    InfluxDBClientScalaImplInfluxDBClientScala
  8. def enableGzip(): InfluxDBClientScala

    Enable Gzip compress for http requests.

    Enable Gzip compress for http requests.

    Currently only the "Write" and "Query" endpoints supports the Gzip compression.

    returns

    the InfluxDBClientScala instance to be able to use it in a fluent manner.

    Definition Classes
    InfluxDBClientScalaImplInfluxDBClientScala
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def execute[T <: AnyRef](arg0: Call[T]): T
    Attributes
    protected[influxdb.internal]
    Definition Classes
    AbstractRestClient
    Annotations
    @throws(classOf[com.influxdb.exceptions.InfluxException])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def getLogLevel: LogLevel

    Gets the LogLevel that is used for logging requests and responses.

    Gets the LogLevel that is used for logging requests and responses.

    returns

    the LogLevel that is used for logging requests and responses

    Definition Classes
    InfluxDBClientScalaImplInfluxDBClientScala
  14. def getLogLevel(arg0: HttpLoggingInterceptor): LogLevel
    Attributes
    protected[influxdb.internal]
    Definition Classes
    AbstractRestClient
    Annotations
    @Nonnull()
  15. def getQueryScalaApi(): QueryScalaApi

    Get the Query client.

    Get the Query client.

    returns

    the new client instance for the Query API

    Definition Classes
    InfluxDBClientScalaImplInfluxDBClientScala
  16. def getWriteScalaApi: WriteScalaApi

    Create a new WriteApi client.

    Create a new WriteApi client.

    returns

    the new client instance for the Write API

    Definition Classes
    InfluxDBClientScalaImplInfluxDBClientScala
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def health: HealthCheck

    Get the health of an instance.

    Get the health of an instance.

    returns

    health of an instance

    Definition Classes
    InfluxDBClientScalaImplInfluxDBClientScala
  19. def health(arg0: Call[HealthCheck]): HealthCheck
    Attributes
    protected[client.internal]
    Definition Classes
    AbstractInfluxDBClient
    Annotations
    @Nonnull()
  20. def isGzipEnabled: Boolean

    Returns whether Gzip compress for http request body is enabled.

    Returns whether Gzip compress for http request body is enabled.

    returns

    true if gzip is enabled.

    Definition Classes
    InfluxDBClientScalaImplInfluxDBClientScala
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. def ping: Boolean

    Check the status of InfluxDB Server.

    Check the status of InfluxDB Server.

    returns

    true if server is healthy otherwise return false

    Definition Classes
    InfluxDBClientScalaImplInfluxDBClientScala
  26. def ping(arg0: Call[ResponseBody]): Boolean
    Attributes
    protected[influxdb.internal]
    Definition Classes
    AbstractRestClient
    Annotations
    @Nonnull()
  27. def responseToError(arg0: Response[_ <: AnyRef]): InfluxException
    Attributes
    protected[influxdb.internal]
    Definition Classes
    AbstractRestClient
    Annotations
    @Nonnull()
  28. def setLogLevel(logLevel: LogLevel): InfluxDBClientScala

    Sets the log level for the request and response information.

    Sets the log level for the request and response information.

    logLevel

    the log level to set.

    returns

    the InfluxDBClientScala instance to be able to use it in a fluent manner.

    Definition Classes
    InfluxDBClientScalaImplInfluxDBClientScala
  29. def setLogLevel(arg0: HttpLoggingInterceptor, arg1: LogLevel): Unit
    Attributes
    protected[influxdb.internal]
    Definition Classes
    AbstractRestClient
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toInfluxException(arg0: Throwable): InfluxException
    Attributes
    protected[influxdb.internal]
    Definition Classes
    AbstractRestClient
    Annotations
    @Nonnull()
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def version: String

    Returns the version of the connected InfluxDB Server.

    Returns the version of the connected InfluxDB Server.

    returns

    the version String, otherwise unknown.

    Definition Classes
    InfluxDBClientScalaImplInfluxDBClientScala
  34. def version(arg0: Call[ResponseBody]): String
    Attributes
    protected[influxdb.internal]
    Definition Classes
    AbstractRestClient
    Annotations
    @Nonnull()
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from InfluxDBClientScala

Inherited from AbstractInfluxDBClient

Inherited from AbstractRestClient

Inherited from AnyRef

Inherited from Any

Ungrouped