Uses of Class
com.influxdb.client.TasksQuery
Packages that use TasksQuery
-
Uses of TasksQuery in com.influxdb.client
Methods in com.influxdb.client with parameters of type TasksQueryModifier and TypeMethodDescriptionTasksApi.findTasks(TasksQuery query) Lists tasks, limit 100.TasksApi.findTasksStream(TasksQuery query) Query tasks, automaticaly paged by given limit (default 100).