Uses of Class
com.influxdb.client.domain.Run
Packages that use Run
-
Uses of Run in com.influxdb.client
Methods in com.influxdb.client that return RunModifier 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.Methods in com.influxdb.client that return types with arguments of type RunModifier 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.Methods in com.influxdb.client with parameters of type Run -
Uses of Run in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return RunMethods in com.influxdb.client.domain that return types with arguments of type RunMethods in com.influxdb.client.domain with parameters of type RunMethod parameters in com.influxdb.client.domain with type arguments of type Run -
Uses of Run in com.influxdb.client.service
Methods in com.influxdb.client.service that return types with arguments of type RunModifier 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