public interface TaskDescriptor extends Serializable
Modifier and Type | Method and Description |
---|---|
int |
getAttempt()
Get the number of attempt the core has made to start this task.
|
Vector<TaskDescriptor> |
getChildren()
To get the children
|
int |
getChildrenCount()
Return the number of children remaining.
|
Credentials |
getCredentials()
Get the task owner encrypted credentials
|
Map<String,String> |
getGenericInformation()
Get the task generic information
|
JobId |
getJobId()
To get the jobId
|
int |
getNumberOfNodesNeeded()
Get the number of nodes needed for this task (by default: 1).
|
String |
getOwner()
Get the owner of this task
|
Vector<TaskDescriptor> |
getParents()
To get the parents
|
TaskId |
getTaskId()
To get the id of the corresponding task
|
Vector<TaskDescriptor> getChildren()
TaskId getTaskId()
Vector<TaskDescriptor> getParents()
JobId getJobId()
int getNumberOfNodesNeeded()
int getChildrenCount()
int getAttempt()
Map<String,String> getGenericInformation()
String getOwner()
Credentials getCredentials()