Uses of Enum Class
com.influxdb.v3.client.query.QueryType
Packages that use QueryType
-
Uses of QueryType in com.influxdb.v3.client.query
Methods in com.influxdb.v3.client.query that return QueryTypeModifier and TypeMethodDescriptionQueryOptions.queryTypeSafe()static QueryTypeReturns the enum constant of this class with the specified name.static QueryType[]QueryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.influxdb.v3.client.query with parameters of type QueryTypeModifierConstructorDescriptionQueryOptions(QueryType queryType) Construct QueryAPI options.QueryOptions(String database, QueryType queryType) Construct QueryAPI options.Construct QueryAPI options.