public class JobStatus extends Object
Modifier and Type | Field and Description |
---|---|
int |
complete
number of complete tasks
|
int |
inFlight
number of tasks in flight (i.e.
|
String |
jobId
ID of this job
|
int |
nWorkers
number of workers on this job
|
int |
remaining
number of tasks remaining
|
public int complete
public int remaining
public int inFlight
public int nWorkers
public String jobId
public JobStatus(Job job)
public JobStatus()
Copyright © 2019. All rights reserved.