Skip navigation links
C D E G H I L Q S W 

C

close() - Method in interface com.influxdb.client.reactive.InfluxDBClientReactive
Shutdown and close the client.
close() - Method in class com.influxdb.client.reactive.internal.WriteReactiveApiImpl
 
close() - Method in interface com.influxdb.client.reactive.WriteReactiveApi
Close threads for asynchronous batch writing.
com.influxdb.client.reactive - package com.influxdb.client.reactive
 
com.influxdb.client.reactive.internal - package com.influxdb.client.reactive.internal
 
create() - Static method in class com.influxdb.client.reactive.InfluxDBClientReactiveFactory
Create an instance of the InfluxDB 2.0 client that is configured via influx2.properties.
create(String) - Static method in class com.influxdb.client.reactive.InfluxDBClientReactiveFactory
Create an instance of the InfluxDB 2.0 client.
create(String, String, char[]) - Static method in class com.influxdb.client.reactive.InfluxDBClientReactiveFactory
Create an instance of the InfluxDB 2.0 reactive client.
create(String, char[]) - Static method in class com.influxdb.client.reactive.InfluxDBClientReactiveFactory
Create an instance of the InfluxDB 2.0 reactive client.
create(String, char[], String) - Static method in class com.influxdb.client.reactive.InfluxDBClientReactiveFactory
Create an instance of the InfluxDB 2.0 reactive client.
create(String, char[], String, String) - Static method in class com.influxdb.client.reactive.InfluxDBClientReactiveFactory
Create an instance of the InfluxDB 2.0 reactive client.
create(InfluxDBClientOptions) - Static method in class com.influxdb.client.reactive.InfluxDBClientReactiveFactory
Create an instance of the InfluxDB 2.0 reactive client.

D

disableGzip() - Method in interface com.influxdb.client.reactive.InfluxDBClientReactive
Disable Gzip compress for http request body.
disableGzip() - Method in class com.influxdb.client.reactive.internal.InfluxDBClientReactiveImpl
 

E

enableGzip() - Method in interface com.influxdb.client.reactive.InfluxDBClientReactive
Enable Gzip compress for http requests.
enableGzip() - Method in class com.influxdb.client.reactive.internal.InfluxDBClientReactiveImpl
 

G

getLogLevel() - Method in interface com.influxdb.client.reactive.InfluxDBClientReactive
 
getLogLevel() - Method in class com.influxdb.client.reactive.internal.InfluxDBClientReactiveImpl
 
getQueryReactiveApi() - Method in interface com.influxdb.client.reactive.InfluxDBClientReactive
Get the Query client.
getQueryReactiveApi() - Method in class com.influxdb.client.reactive.internal.InfluxDBClientReactiveImpl
 
getWriteReactiveApi() - Method in interface com.influxdb.client.reactive.InfluxDBClientReactive
Get the Write client.
getWriteReactiveApi(WriteOptions) - Method in interface com.influxdb.client.reactive.InfluxDBClientReactive
Get the Write client.
getWriteReactiveApi() - Method in class com.influxdb.client.reactive.internal.InfluxDBClientReactiveImpl
 
getWriteReactiveApi(WriteOptions) - Method in class com.influxdb.client.reactive.internal.InfluxDBClientReactiveImpl
 

H

health() - Method in interface com.influxdb.client.reactive.InfluxDBClientReactive
Get the health of an instance.
health() - Method in class com.influxdb.client.reactive.internal.InfluxDBClientReactiveImpl
 

I

InfluxDBClientReactive - Interface in com.influxdb.client.reactive
The reference RxJava client for the InfluxDB 2.0 that allows query and write in a reactive way.
InfluxDBClientReactiveFactory - Class in com.influxdb.client.reactive
The Factory that create an instance of a InfluxDB reactive client.
InfluxDBClientReactiveImpl - Class in com.influxdb.client.reactive.internal
 
InfluxDBClientReactiveImpl(InfluxDBClientOptions) - Constructor for class com.influxdb.client.reactive.internal.InfluxDBClientReactiveImpl
 
isGzipEnabled() - Method in interface com.influxdb.client.reactive.InfluxDBClientReactive
Returns whether Gzip compress for http request body is enabled.
isGzipEnabled() - Method in class com.influxdb.client.reactive.internal.InfluxDBClientReactiveImpl
 

L

listenEvents(Class<T>) - Method in class com.influxdb.client.reactive.internal.WriteReactiveApiImpl
 
listenEvents(Class<T>) - Method in interface com.influxdb.client.reactive.WriteReactiveApi
Listen the events produced by WriteApi.

Q

query(String) - Method in interface com.influxdb.client.reactive.QueryReactiveApi
Returns Flowable emitting FluxRecords which are matched the query.
query(String, String) - Method in interface com.influxdb.client.reactive.QueryReactiveApi
Returns Flowable emitting FluxRecords which are matched the query.
query(String, Class<M>) - Method in interface com.influxdb.client.reactive.QueryReactiveApi
Execute a Flux against the Flux service.
query(String, String, Class<M>) - Method in interface com.influxdb.client.reactive.QueryReactiveApi
Execute a Flux against the Flux service.
query(Publisher<String>) - Method in interface com.influxdb.client.reactive.QueryReactiveApi
Returns Flowable emitting FluxRecords which are matched the query.
query(Publisher<String>, String) - Method in interface com.influxdb.client.reactive.QueryReactiveApi
Returns Flowable emitting FluxRecords which are matched the query.
query(Publisher<String>, Class<M>) - Method in interface com.influxdb.client.reactive.QueryReactiveApi
Returns the Flowable emitting POJO stream.
query(Publisher<String>, String, Class<M>) - Method in interface com.influxdb.client.reactive.QueryReactiveApi
Returns the Flowable emitting POJO stream.
queryRaw(String) - Method in interface com.influxdb.client.reactive.QueryReactiveApi
Returns Flowable emitting raw response fromInfluxDB 2.0server line by line.
queryRaw(String, String) - Method in interface com.influxdb.client.reactive.QueryReactiveApi
Returns Flowable emitting raw response fromInfluxDB 2.0server line by line.
queryRaw(Publisher<String>) - Method in interface com.influxdb.client.reactive.QueryReactiveApi
Returns Flowable emitting queryRaw response from InfluxDB server line by line.
queryRaw(Publisher<String>, String) - Method in interface com.influxdb.client.reactive.QueryReactiveApi
Returns Flowable emitting queryRaw response from InfluxDB server line by line.
queryRaw(String, Dialect) - Method in interface com.influxdb.client.reactive.QueryReactiveApi
Returns Flowable emitting queryRaw response fromInfluxDB 2.0server line by line.
queryRaw(String, Dialect, String) - Method in interface com.influxdb.client.reactive.QueryReactiveApi
Returns Flowable emitting queryRaw response fromInfluxDB 2.0server line by line.
queryRaw(Publisher<String>, Dialect) - Method in interface com.influxdb.client.reactive.QueryReactiveApi
Returns Flowable emitting queryRaw response fromInfluxDB 2.0server line by line.
queryRaw(Publisher<String>, Dialect, String) - Method in interface com.influxdb.client.reactive.QueryReactiveApi
Returns Flowable emitting queryRaw response fromInfluxDB 2.0server line by line.
QueryReactiveApi - Interface in com.influxdb.client.reactive
The client that allow perform Flux query against theInfluxDB 2.0by a reactive way.

S

setLogLevel(LogLevel) - Method in interface com.influxdb.client.reactive.InfluxDBClientReactive
Set the log level for the request and response information.
setLogLevel(LogLevel) - Method in class com.influxdb.client.reactive.internal.InfluxDBClientReactiveImpl
 

W

writeMeasurement(WritePrecision, Maybe<M>) - Method in class com.influxdb.client.reactive.internal.WriteReactiveApiImpl
 
writeMeasurement(String, String, WritePrecision, Maybe<M>) - Method in class com.influxdb.client.reactive.internal.WriteReactiveApiImpl
 
writeMeasurement(WritePrecision, Maybe<M>) - Method in interface com.influxdb.client.reactive.WriteReactiveApi
Write Measurement into specified bucket.
writeMeasurement(String, String, WritePrecision, Maybe<M>) - Method in interface com.influxdb.client.reactive.WriteReactiveApi
Write Measurement into specified bucket.
writeMeasurements(WritePrecision, Flowable<M>) - Method in class com.influxdb.client.reactive.internal.WriteReactiveApiImpl
 
writeMeasurements(String, String, WritePrecision, Flowable<M>) - Method in class com.influxdb.client.reactive.internal.WriteReactiveApiImpl
 
writeMeasurements(WritePrecision, Publisher<M>) - Method in class com.influxdb.client.reactive.internal.WriteReactiveApiImpl
 
writeMeasurements(String, String, WritePrecision, Publisher<M>) - Method in class com.influxdb.client.reactive.internal.WriteReactiveApiImpl
 
writeMeasurements(WritePrecision, Flowable<M>) - Method in interface com.influxdb.client.reactive.WriteReactiveApi
Write Measurements into specified bucket.
writeMeasurements(String, String, WritePrecision, Flowable<M>) - Method in interface com.influxdb.client.reactive.WriteReactiveApi
Write Measurements into specified bucket.
writeMeasurements(WritePrecision, Publisher<M>) - Method in interface com.influxdb.client.reactive.WriteReactiveApi
Write Measurements into specified bucket.
writeMeasurements(String, String, WritePrecision, Publisher<M>) - Method in interface com.influxdb.client.reactive.WriteReactiveApi
Write Measurements into specified bucket.
writePoint(Maybe<Point>) - Method in class com.influxdb.client.reactive.internal.WriteReactiveApiImpl
 
writePoint(String, String, Maybe<Point>) - Method in class com.influxdb.client.reactive.internal.WriteReactiveApiImpl
 
writePoint(Maybe<Point>) - Method in interface com.influxdb.client.reactive.WriteReactiveApi
Write Data point into specified bucket.
writePoint(String, String, Maybe<Point>) - Method in interface com.influxdb.client.reactive.WriteReactiveApi
Write Data point into specified bucket.
writePoints(Flowable<Point>) - Method in class com.influxdb.client.reactive.internal.WriteReactiveApiImpl
 
writePoints(String, String, Flowable<Point>) - Method in class com.influxdb.client.reactive.internal.WriteReactiveApiImpl
 
writePoints(Publisher<Point>) - Method in class com.influxdb.client.reactive.internal.WriteReactiveApiImpl
 
writePoints(String, String, Publisher<Point>) - Method in class com.influxdb.client.reactive.internal.WriteReactiveApiImpl
 
writePoints(Flowable<Point>) - Method in interface com.influxdb.client.reactive.WriteReactiveApi
Write Data points into specified bucket.
writePoints(String, String, Flowable<Point>) - Method in interface com.influxdb.client.reactive.WriteReactiveApi
Write Data points into specified bucket.
writePoints(Publisher<Point>) - Method in interface com.influxdb.client.reactive.WriteReactiveApi
Write Data points into specified bucket.
writePoints(String, String, Publisher<Point>) - Method in interface com.influxdb.client.reactive.WriteReactiveApi
Write Data points into specified bucket.
WriteReactiveApi - Interface in com.influxdb.client.reactive
Write time-series data into InfluxDB 2.0.
WriteReactiveApiImpl - Class in com.influxdb.client.reactive.internal
 
writeRecord(WritePrecision, Maybe<String>) - Method in class com.influxdb.client.reactive.internal.WriteReactiveApiImpl
 
writeRecord(String, String, WritePrecision, Maybe<String>) - Method in class com.influxdb.client.reactive.internal.WriteReactiveApiImpl
 
writeRecord(WritePrecision, Maybe<String>) - Method in interface com.influxdb.client.reactive.WriteReactiveApi
Write Line Protocol record into specified bucket.
writeRecord(String, String, WritePrecision, Maybe<String>) - Method in interface com.influxdb.client.reactive.WriteReactiveApi
Write Line Protocol record into specified bucket.
writeRecords(WritePrecision, Flowable<String>) - Method in class com.influxdb.client.reactive.internal.WriteReactiveApiImpl
 
writeRecords(String, String, WritePrecision, Flowable<String>) - Method in class com.influxdb.client.reactive.internal.WriteReactiveApiImpl
 
writeRecords(WritePrecision, Publisher<String>) - Method in class com.influxdb.client.reactive.internal.WriteReactiveApiImpl
 
writeRecords(String, String, WritePrecision, Publisher<String>) - Method in class com.influxdb.client.reactive.internal.WriteReactiveApiImpl
 
writeRecords(WritePrecision, Flowable<String>) - Method in interface com.influxdb.client.reactive.WriteReactiveApi
Write Line Protocol records into specified bucket.
writeRecords(String, String, WritePrecision, Flowable<String>) - Method in interface com.influxdb.client.reactive.WriteReactiveApi
Write Line Protocol records into specified bucket.
writeRecords(WritePrecision, Publisher<String>) - Method in interface com.influxdb.client.reactive.WriteReactiveApi
Write Line Protocol records into specified bucket.
writeRecords(String, String, WritePrecision, Publisher<String>) - Method in interface com.influxdb.client.reactive.WriteReactiveApi
Write Line Protocol records into specified bucket.
C D E G H I L Q S W 
Skip navigation links

Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.