object InfluxDBClientScalaFactory
The Factory that creates an instance of a Flux client.
- Alphabetic
- By Inheritance
- InfluxDBClientScalaFactory
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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( ... ) @native()
-
def
create(options: InfluxDBClientOptions): InfluxDBClientScala
Create an instance of the InfluxDB 2.0 reactive client.
Create an instance of the InfluxDB 2.0 reactive client.
- options
the connection configuration
- returns
client
- Annotations
- @Nonnull()
-
def
create(url: String, token: Array[Char], org: String, bucket: String): InfluxDBClientScala
Create an instance of the InfluxDB 2.0 reactive client.
Create an instance of the InfluxDB 2.0 reactive client.
- url
the url to connect to the InfluxDB
- token
the token to use for the authorization
- org
the name of an organization
- bucket
the name of a bucket
- returns
client
- Annotations
- @Nonnull()
- See also
InfluxDBClientOptions.Builder
-
def
create(url: String, token: Array[Char], org: String): InfluxDBClientScala
Create an instance of the InfluxDB 2.0 reactive client.
Create an instance of the InfluxDB 2.0 reactive client.
- url
the url to connect to the InfluxDB
- token
the token to use for the authorization
- org
the name of an organization
- returns
client
- Annotations
- @Nonnull()
- See also
InfluxDBClientOptions.Builder
-
def
create(url: String, token: Array[Char]): InfluxDBClientScala
Create an instance of the InfluxDB 2.0 reactive client.
Create an instance of the InfluxDB 2.0 reactive client.
- url
the url to connect to the InfluxDB
- token
the token to use for the authorization
- returns
client
- Annotations
- @Nonnull()
- See also
InfluxDBClientOptions.Builder
-
def
create(url: String, username: String, password: Array[Char]): InfluxDBClientScala
Create an instance of the InfluxDB 2.0 reactive client.
Create an instance of the InfluxDB 2.0 reactive client.
The username/password auth is based on HTTP "Basic" authentication. The authorization expires when the time-to-live (TTL) (default 60 minutes) is reached and client produces com.influxdb.exceptions.UnauthorizedException.
- url
the url to connect to the InfluxDB
- username
the username to use in the basic auth
- password
the password to use in the basic auth
- returns
client
- Annotations
- @Nonnull()
- See also
InfluxDBClientOptions.Builder
-
def
create(connectionString: String): InfluxDBClientScala
Create an instance of the InfluxDB 2.0 client.
Create an instance of the InfluxDB 2.0 client. The url could be a connection string with various configurations.
e.g.: "http://localhost:8086?readTimeout=5000&connectTimeout=5000&logLevel=BASIC
- connectionString
connection string with various configurations.
- returns
client
- Annotations
- @Nonnull()
-
def
create(): InfluxDBClientScala
Create an instance of the InfluxDB 2.0 client that is configured via
influx2.properties.Create an instance of the InfluxDB 2.0 client that is configured via
influx2.properties. Theinflux2.propertieshas to be located on classpath.- returns
client
- Annotations
- @Nonnull()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()