C  D  E  G  H  I  P  Q  S  V  W 

Q

query(Query) - function in com.influxdb.client.kotlin.QueryKotlinApi
Executes the Flux query against the InfluxDB and asynchronously stream com.influxdb.query.FluxRecords to kotlinx.coroutines.channels.Channel.
query(Query,Class) - function in com.influxdb.client.kotlin.QueryKotlinApi
Executes the Flux query against the InfluxDB and asynchronously stream measurements to kotlinx.coroutines.channels.Channel.
query(Query,String) - function in com.influxdb.client.kotlin.QueryKotlinApi
Executes the Flux query against the InfluxDB and asynchronously stream com.influxdb.query.FluxRecords to kotlinx.coroutines.channels.Channel.
query(Query,String,Class) - function in com.influxdb.client.kotlin.QueryKotlinApi
Executes the Flux query against the InfluxDB and asynchronously stream measurements to kotlinx.coroutines.channels.Channel.
query(String) - function in com.influxdb.client.kotlin.QueryKotlinApi
Executes the Flux query against the InfluxDB and asynchronously stream com.influxdb.query.FluxRecords to kotlinx.coroutines.channels.Channel.
query(String,Class) - function in com.influxdb.client.kotlin.QueryKotlinApi
Executes the Flux query against the InfluxDB and asynchronously stream measurements to kotlinx.coroutines.channels.Channel.
query(String,String) - function in com.influxdb.client.kotlin.QueryKotlinApi
Executes the Flux query against the InfluxDB and asynchronously stream com.influxdb.query.FluxRecords to kotlinx.coroutines.channels.Channel.
query(String,String,Class) - function in com.influxdb.client.kotlin.QueryKotlinApi
Executes the Flux query against the InfluxDB and asynchronously stream measurements to kotlinx.coroutines.channels.Channel.
QueryKotlinApi - class in com.influxdb.client.kotlin
The client that allows perform Flux queries against the InfluxDB /api/v2/query endpoint.
queryRaw(Query) - function in com.influxdb.client.kotlin.QueryKotlinApi
Executes the Flux query against the InfluxDB and asynchronously stream response to kotlinx.coroutines.channels.Channel.
queryRaw(Query,String) - function in com.influxdb.client.kotlin.QueryKotlinApi
Executes the Flux query against the InfluxDB and asynchronously stream response to kotlinx.coroutines.channels.Channel.
queryRaw(String) - function in com.influxdb.client.kotlin.QueryKotlinApi
Executes the Flux query against the InfluxDB and asynchronously stream response to kotlinx.coroutines.channels.Channel.
queryRaw(String,Dialect) - function in com.influxdb.client.kotlin.QueryKotlinApi
Executes the Flux query against the InfluxDB and asynchronously stream response to kotlinx.coroutines.channels.Channel.
queryRaw(String,Dialect,String) - function in com.influxdb.client.kotlin.QueryKotlinApi
Executes the Flux query against the InfluxDB and asynchronously stream response to kotlinx.coroutines.channels.Channel.
queryRaw(String,String) - function in com.influxdb.client.kotlin.QueryKotlinApi
Executes the Flux query against the InfluxDB and asynchronously stream response to kotlinx.coroutines.channels.Channel.
C  D  E  G  H  I  P  Q  S  V  W