Modifier and Type | Method and Description |
---|---|
static TaskStatus |
Tasks.follow(CliContext ctx,
boolean enableLog,
TaskRef ref,
java.lang.String prefix,
java.lang.String errorMessage) |
static TaskStatus |
Tasks.follow(CliContext ctx,
TaskRef ref,
java.lang.String prefix,
java.lang.String errorMessage) |
Modifier and Type | Method and Description |
---|---|
static java.util.concurrent.CompletableFuture<TaskStatus> |
Tasks.followStream(CliContext ctx,
java.lang.String prefix,
TaskRef ref)
Tracks the tasks stream using the json log chunks.
|
static java.util.concurrent.CompletableFuture<TaskStatus> |
Tasks.followStream(CliContext ctx,
java.lang.String prefix,
TaskRef ref,
boolean enableLog) |
Modifier and Type | Method and Description |
---|---|
static TaskStatus |
TaskStatus.create(double steps,
double progress,
java.lang.String lastLogEntry,
TaskStatus.State status,
java.lang.String result) |
TaskStatus |
ITask.status()
retrieve task status
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<TaskStatus> |
ITaskPromise.status() |
Modifier and Type | Method and Description |
---|---|
void |
ITaskAsync.status(AsyncHandler<TaskStatus> handler) |
Modifier and Type | Class and Description |
---|---|
static class |
TaskUtils.ExtendedTaskStatus |
Modifier and Type | Method and Description |
---|---|
static TaskStatus |
TaskUtils.wait(IServiceProvider provider,
TaskRef ref,
java.util.function.Consumer<java.lang.String> log) |
static TaskStatus |
TaskUtils.wait(ITask taskApi,
java.util.function.Consumer<java.lang.String> log) |
static TaskStatus |
TaskUtils.waitForInterruptible(IServiceProvider provider,
TaskRef ref) |
Constructor and Description |
---|
ExtendedTaskStatus(TaskStatus status,
java.util.List<java.lang.String> logs) |
Modifier and Type | Field and Description |
---|---|
protected TaskStatus |
TaskManager.status |
Modifier and Type | Method and Description |
---|---|
TaskStatus |
TaskService.status() |
TaskStatus |
TaskManager.status() |
Modifier and Type | Method and Description |
---|---|
TaskStatus |
MailboxesServiceTests.waitEnd(TaskRef ref) |
Modifier and Type | Method and Description |
---|---|
TaskStatus |
INodeClient.getExecutionStatus(TaskRef task)
Tracks the progress of a task
|
Modifier and Type | Method and Description |
---|---|
TaskStatus |
AHCHttpNodeClient.getExecutionStatus(TaskRef task) |
protected TaskStatus |
StatusHandler.getResult(int status,
io.netty.handler.codec.http.HttpHeaders headers,
FileBackedOutputStream body) |
Modifier and Type | Method and Description |
---|---|
TaskStatus |
OkHttpNodeClient.getExecutionStatus(TaskRef task) |
Modifier and Type | Method and Description |
---|---|
TaskStatus |
UserServiceTests.waitEnd(TaskRef ref) |
Modifier and Type | Method and Description |
---|---|
TaskStatus |
VideoConferencingServiceTests.waitEnd(TaskRef ref) |
Copyright © 2023. All Rights Reserved.