Uses of Class
com.influxdb.v3.client.query.QueryOptions
Packages that use QueryOptions
Package
Description
-
Uses of QueryOptions in com.influxdb.v3.client
Methods in com.influxdb.v3.client with parameters of type QueryOptionsModifier and TypeMethodDescriptionInfluxDBClient.query
(String query, QueryOptions options) Query data from InfluxDB IOx using FlightSQL.Query data from InfluxDB IOx using FlightSQL.Stream<org.apache.arrow.vector.VectorSchemaRoot>
InfluxDBClient.queryBatches
(String query, QueryOptions options) Query data from InfluxDB IOx using FlightSQL.Stream<org.apache.arrow.vector.VectorSchemaRoot>
InfluxDBClient.queryBatches
(String query, Map<String, Object> parameters, QueryOptions options) Query data from InfluxDB IOx using FlightSQL.InfluxDBClient.queryPoints
(String query, QueryOptions options) Query data from InfluxDB IOx into Point structure using FlightSQL.InfluxDBClient.queryPoints
(String query, Map<String, Object> parameters, QueryOptions options) Query data from InfluxDB IOx into Point structure using FlightSQL.InfluxDBClient.queryRows
(String query, QueryOptions options) Query data from InfluxDB IOx using FlightSQL.Query data from InfluxDB IOx using FlightSQL. -
Uses of QueryOptions in com.influxdb.v3.client.internal
Methods in com.influxdb.v3.client.internal with parameters of type QueryOptionsModifier and TypeMethodDescriptionInfluxDBClientImpl.query
(String query, QueryOptions options) Stream<org.apache.arrow.vector.VectorSchemaRoot>
InfluxDBClientImpl.queryBatches
(String query, QueryOptions options) Stream<org.apache.arrow.vector.VectorSchemaRoot>
InfluxDBClientImpl.queryBatches
(String query, Map<String, Object> parameters, QueryOptions options) InfluxDBClientImpl.queryPoints
(String query, QueryOptions options) InfluxDBClientImpl.queryPoints
(String query, Map<String, Object> parameters, QueryOptions options) InfluxDBClientImpl.queryRows
(String query, QueryOptions options) -
Uses of QueryOptions in com.influxdb.v3.client.query
Fields in com.influxdb.v3.client.query declared as QueryOptionsModifier and TypeFieldDescriptionstatic final QueryOptions
QueryOptions.DEFAULTS
Deprecated, for removal: This API element is subject to removal in a future version.static final QueryOptions
QueryOptions.INFLUX_QL
Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.influxdb.v3.client.query that return QueryOptionsModifier and TypeMethodDescriptionstatic QueryOptions
QueryOptions.defaultInfluxQlQueryOptions()
Provides default query options for executing InfluxQL queries with no database specified.static QueryOptions
QueryOptions.defaultQueryOptions()
Provides default query options with no database specified and using SQL as the query type.