Uses of Class
com.influxdb.client.domain.Task
Packages that use Task
-
Uses of Task in com.influxdb.client
Methods in com.influxdb.client that return TaskModifier and TypeMethodDescriptionClone a task.Clone a task.TasksApi.createTask
(Task task) Creates a new task.TasksApi.createTask
(TaskCreateRequest taskCreateRequest) Create a new task.TasksApi.createTaskCron
(String name, String flux, String cron, Organization organization) Creates a new task with task repetition by cron.TasksApi.createTaskCron
(String name, String flux, String cron, String orgID) Creates a new task with task repetition by cron.TasksApi.createTaskEvery
(String name, String flux, String every, Organization organization) Creates a new task with task repetition by duration expression ("1h", "30s").TasksApi.createTaskEvery
(String name, String flux, String every, String orgID) Creates a new task with task repetition by duration expression ("1h", "30s").TasksApi.findTaskByID
(String taskID) Retrieve an task.TasksApi.updateTask
(Task task) Update a task.TasksApi.updateTask
(String taskID, TaskUpdateRequest request) Update a task.Methods in com.influxdb.client that return types with arguments of type TaskModifier and TypeMethodDescriptionTasksApi.findTasks()
Lists tasks, limit 100.TasksApi.findTasks
(TasksQuery query) Lists tasks, limit 100.Lists tasks, limit 100.TasksApi.findTasksByOrganization
(Organization organization) Lists tasks, limit 100.TasksApi.findTasksByOrganizationID
(String orgID) Lists tasks, limit 100.TasksApi.findTasksByUser
(User user) Lists tasks, limit 100.TasksApi.findTasksByUserID
(String userID) Lists tasks, limit 100.TasksApi.findTasksStream
(TasksQuery query) Query tasks, automaticaly paged by given limit (default 100).Methods in com.influxdb.client with parameters of type TaskModifier and TypeMethodDescriptionAdd the Task label.Add task member.Add task owner.Clone a task.TasksApi.createTask
(Task task) Creates a new task.void
TasksApi.deleteLabel
(Label label, Task task) Removes a label from a Task.void
TasksApi.deleteMember
(User member, Task task) Removes a member from an task.void
TasksApi.deleteOwner
(User owner, Task task) Removes an owner from an task.void
TasksApi.deleteTask
(Task task) Delete a task.List all labels of a Task.Retrieve all logs for a task.TasksApi.getMembers
(Task task) List all task members.List all task owners.Retrieve list of run records for a task.TasksApi.getRuns
(Task task, OffsetDateTime afterTime, OffsetDateTime beforeTime, Integer limit) Retrieve list of run records for a task.TasksApi.runManually
(Task task) Manually start a run of the task now overriding the current schedule.TasksApi.updateTask
(Task task) Update a task. -
Uses of Task in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return TaskModifier and TypeMethodDescriptionTask.addLabelsItem
(Label labelsItem) Task.authorizationID
(String authorizationID) Task.description
(String description) Task.status
(TaskStatusType status) Methods in com.influxdb.client.domain that return types with arguments of type TaskMethods in com.influxdb.client.domain with parameters of type TaskMethod parameters in com.influxdb.client.domain with type arguments of type Task -
Uses of Task in com.influxdb.client.service
Methods in com.influxdb.client.service that return types with arguments of type TaskModifier and TypeMethodDescriptionretrofit2.Call
<Task> TasksService.getTasksID
(String taskID, String zapTraceSpan) Retrieve a taskretrofit2.Call
<Task> TasksService.patchTasksID
(String taskID, TaskUpdateRequest taskUpdateRequest, String zapTraceSpan) Update a task Update a task.retrofit2.Call
<Task> TasksService.postTasks
(TaskCreateRequest taskCreateRequest, String zapTraceSpan) Create a new task