public class JobHealthStatus extends Object
Constructor and Description |
---|
JobHealthStatus() |
JobHealthStatus(String status,
int numPipelines)
Constructs a JobHealthStatus with the given parameters.
|
Modifier and Type | Method and Description |
---|---|
int |
getNumPipelines() |
String |
getStatus() |
void |
setNumPipelines(int numPipelines) |
void |
setStatus(String status) |
public JobHealthStatus()
public JobHealthStatus(String status, int numPipelines)
status
- The Job status, one of WorkflowStatus.STARTED
, or any of
the other WorkflowStatus keys.numPipelines
- The number of WorkflowInstance
s with the given
WorkflowStatus
.public int getNumPipelines()
public void setNumPipelines(int numPipelines)
numPipelines
- the numPipelines to setpublic String getStatus()
public void setStatus(String status)
status
- the status to setCopyright © 1999–2017 Apache OODT. All rights reserved.