| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
Run |
TasksApi.getRun(Run run)
Retrieve a single run record for a task.
|
Run |
TasksApi.getRun(String taskID,
String runID)
Retrieve a single run record for a task.
|
Run |
TasksApi.retryRun(Run run)
Retry a task run.
|
Run |
TasksApi.retryRun(String taskID,
String runID)
Retry a task run.
|
Run |
TasksApi.runManually(String taskId,
RunManually runManually)
Manually start a run of the task now overriding the current schedule.
|
Run |
TasksApi.runManually(Task task)
Manually start a run of the task now overriding the current schedule.
|
| Modifier and Type | Method and Description |
|---|---|
List<Run> |
TasksApi.getRuns(String taskID)
Retrieve list of run records for a task.
|
List<Run> |
TasksApi.getRuns(String taskID,
OffsetDateTime afterTime,
OffsetDateTime beforeTime,
Integer limit)
Retrieve list of run records for a task.
|
List<Run> |
TasksApi.getRuns(Task task)
Retrieve list of run records for a task.
|
List<Run> |
TasksApi.getRuns(Task task,
OffsetDateTime afterTime,
OffsetDateTime beforeTime,
Integer limit)
Retrieve list of run records for a task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TasksApi.cancelRun(Run run)
Cancels a currently running run.
|
Run |
TasksApi.getRun(Run run)
Retrieve a single run record for a task.
|
List<LogEvent> |
TasksApi.getRunLogs(Run run)
Retrieve all logs for a run.
|
Run |
TasksApi.retryRun(Run run)
Retry a task run.
|
| Modifier and Type | Method and Description |
|---|---|
Run |
Run.links(RunLinks links) |
Run |
Run.scheduledFor(OffsetDateTime scheduledFor) |
| Modifier and Type | Method and Description |
|---|---|
List<Run> |
Runs.getRuns()
Get runs
|
| Modifier and Type | Method and Description |
|---|---|
Runs |
Runs.addRunsItem(Run runsItem) |
| Modifier and Type | Method and Description |
|---|---|
Runs |
Runs.runs(List<Run> runs) |
void |
Runs.setRuns(List<Run> runs) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Run> |
TasksService.getTasksIDRunsID(String taskID,
String runID,
String zapTraceSpan)
Retrieve a single run for a task
|
retrofit2.Call<Run> |
TasksService.postTasksIDRuns(String taskID,
String zapTraceSpan,
RunManually runManually)
Manually start a task run, overriding the current schedule
|
retrofit2.Call<Run> |
TasksService.postTasksIDRunsIDRetry(String taskID,
String runID,
String zapTraceSpan,
String body)
Retry a task run
|
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.