public class TaskHealthInfo extends Object
Constructor and Description |
---|
TaskHealthInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getCompletedTasks() |
int |
getPendingTasks() |
int |
getStuckTasks()
The count of tasks that should have been executed already, based on their
orginallyScheduledFor parameter, but have either been failing or were not run at all.
|
void |
setCompletedTasks(int completedTasks) |
void |
setPendingTasks(int pendingTasks) |
void |
setStuckTasks(int stuckTasks) |
public TaskHealthInfo()
public int getStuckTasks()
public void setStuckTasks(int stuckTasks)
public int getCompletedTasks()
public void setCompletedTasks(int completedTasks)
public int getPendingTasks()
public void setPendingTasks(int pendingTasks)
Copyright © 2016. All rights reserved.