Uses of Class
com.influxdb.client.domain.Run
-
Uses of Run in com.influxdb.client
Modifier and TypeMethodDescriptionRetrieve a single run record for a task.Retrieve a single run record for a task.Retry a task run.Retry a task run.TasksApi.runManually
(Task task) Manually start a run of the task now overriding the current schedule.TasksApi.runManually
(String taskId, RunManually runManually) Manually start a run of the task now overriding the current schedule.Modifier and TypeMethodDescriptionRetrieve 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.Retrieve list of run records for a task.TasksApi.getRuns
(String taskID, OffsetDateTime afterTime, OffsetDateTime beforeTime, Integer limit) Retrieve list of run records for a task. -
Uses of Run in com.influxdb.client.domain
-
Uses of Run in com.influxdb.client.service
Modifier and TypeMethodDescriptionretrofit2.Call
<Run> TasksService.getTasksIDRunsID
(String taskID, String runID, String zapTraceSpan) Retrieve a single run for a taskretrofit2.Call
<Run> TasksService.postTasksIDRuns
(String taskID, String zapTraceSpan, RunManually runManually) Manually start a task run, overriding the current scheduleretrofit2.Call
<Run> TasksService.postTasksIDRunsIDRetry
(String taskID, String runID, String zapTraceSpan, String body) Retry a task run