public class Task extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Task.P |
| Modifier and Type | Field and Description |
|---|---|
static long |
TASK_ID_NULL |
| Constructor and Description |
|---|
Task() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
asMap() |
String |
callable() |
boolean |
cancelled() |
boolean |
cancelling() |
boolean |
completed() |
long |
createTime() |
Set<Long> |
dependencies() |
String |
description() |
long |
id() |
String |
input() |
String |
name() |
long |
progress() |
Object |
result() |
long |
retries() |
String |
server() |
String |
status() |
boolean |
success() |
String |
toString() |
String |
type() |
long |
updateTime() |
public static final long TASK_ID_NULL
public long id()
public String type()
public String name()
public String status()
public String callable()
public long createTime()
public long updateTime()
public long progress()
public long retries()
public String input()
public Object result()
public String description()
public String server()
public boolean completed()
public boolean cancelled()
public boolean cancelling()
public boolean success()
Copyright © 2023 The Apache Software Foundation. All rights reserved.