| Package | Description |
|---|---|
| com.influxdb.client |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
TasksApi.findTasks(TasksQuery query)
Lists tasks, limit 100.
|
Stream<Task> |
TasksApi.findTasksStream(TasksQuery query)
Query tasks, automaticaly paged by given limit (default 100).
|
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.