class InfluxDBClientScalaImpl extends AbstractInfluxDBClient with InfluxDBClientScala
- Alphabetic
- By Inheritance
- InfluxDBClientScalaImpl
- InfluxDBClientScala
- AbstractInfluxDBClient
- AbstractRestClient
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new InfluxDBClientScalaImpl(options: InfluxDBClientOptions)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def close(): Unit
- Definition Classes
- AbstractInfluxDBClient
- 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
- InfluxDBClientScalaImpl → InfluxDBClientScala
- 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
- InfluxDBClientScalaImpl → InfluxDBClientScala
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def execute[T <: AnyRef](arg0: Call[T]): T
- Attributes
- protected[influxdb.internal]
- Definition Classes
- AbstractRestClient
- Annotations
- @throws(classOf[com.influxdb.exceptions.InfluxException])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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
- InfluxDBClientScalaImpl → InfluxDBClientScala
- def getLogLevel(arg0: HttpLoggingInterceptor): LogLevel
- Attributes
- protected[influxdb.internal]
- Definition Classes
- AbstractRestClient
- Annotations
- @Nonnull()
- def getQueryScalaApi(): QueryScalaApi
Get the Query client.
Get the Query client.
- returns
the new client instance for the Query API
- Definition Classes
- InfluxDBClientScalaImpl → InfluxDBClientScala
- def getWriteScalaApi: WriteScalaApi
Create a new WriteApi client.
Create a new WriteApi client.
- returns
the new client instance for the Write API
- Definition Classes
- InfluxDBClientScalaImpl → InfluxDBClientScala
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def health: HealthCheck
Get the health of an instance.
Get the health of an instance.
- returns
health of an instance
- Definition Classes
- InfluxDBClientScalaImpl → InfluxDBClientScala
- def health(arg0: Call[HealthCheck]): HealthCheck
- Attributes
- protected[client.internal]
- Definition Classes
- AbstractInfluxDBClient
- Annotations
- @Nonnull()
- 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
- InfluxDBClientScalaImpl → InfluxDBClientScala
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- 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
- InfluxDBClientScalaImpl → InfluxDBClientScala
- def ping(arg0: Call[ResponseBody]): Boolean
- Attributes
- protected[influxdb.internal]
- Definition Classes
- AbstractRestClient
- Annotations
- @Nonnull()
- def responseToError(arg0: Response[_ <: AnyRef]): InfluxException
- Attributes
- protected[influxdb.internal]
- Definition Classes
- AbstractRestClient
- Annotations
- @Nonnull()
- 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
- InfluxDBClientScalaImpl → InfluxDBClientScala
- def setLogLevel(arg0: HttpLoggingInterceptor, arg1: LogLevel): Unit
- Attributes
- protected[influxdb.internal]
- Definition Classes
- AbstractRestClient
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toInfluxException(arg0: Throwable): InfluxException
- Attributes
- protected[influxdb.internal]
- Definition Classes
- AbstractRestClient
- Annotations
- @Nonnull()
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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
- InfluxDBClientScalaImpl → InfluxDBClientScala
- def version(arg0: Call[ResponseBody]): String
- Attributes
- protected[influxdb.internal]
- Definition Classes
- AbstractRestClient
- Annotations
- @Nonnull()
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated