| Modifier and Type | Method and Description |
|---|---|
Task.Status |
TaskInfo.getStatus()
The status of the running task.
|
| Constructor and Description |
|---|
TaskInfo(DiscoveryNode node,
long id,
String type,
String action,
String description,
Task.Status status,
long startTime,
long runningTimeNanos,
TaskId parentTaskId) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ReplicationTask.Status |
| Modifier and Type | Method and Description |
|---|---|
Task.Status |
StreamInput.readTaskStatus()
Reads a
Task.Status from the current stream. |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamOutput.writeTaskStatus(Task.Status status)
Writes a
Task.Status to the current stream. |
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkModule.registerTaskStatus(Task.Status prototype) |
| Modifier and Type | Method and Description |
|---|---|
Task.Status |
Task.getStatus()
Build a status for this task or null if this task doesn't have status.
|
Copyright © 2009–2017. All rights reserved.