public final class JobPackageTracker extends Object
Modifier and Type | Field and Description |
---|---|
static int |
EVENT_NULL |
static int |
EVENT_START_JOB |
static int |
EVENT_STOP_JOB |
Constructor and Description |
---|
JobPackageTracker() |
Modifier and Type | Method and Description |
---|---|
void |
addEvent(int cmd,
int uid,
String tag) |
void |
dump(PrintWriter pw,
String prefix,
int filterUid) |
boolean |
dumpHistory(PrintWriter pw,
String prefix,
int filterUid) |
float |
getLoadFactor(JobStatus job) |
void |
noteActive(JobStatus job) |
void |
noteConcurrency(int totalActive,
int fgActive) |
void |
noteInactive(JobStatus job) |
void |
noteNonpending(JobStatus job) |
void |
notePending(JobStatus job) |
public static final int EVENT_NULL
public static final int EVENT_START_JOB
public static final int EVENT_STOP_JOB
public void addEvent(int cmd, int uid, String tag)
public void notePending(JobStatus job)
public void noteNonpending(JobStatus job)
public void noteActive(JobStatus job)
public void noteInactive(JobStatus job)
public void noteConcurrency(int totalActive, int fgActive)
public float getLoadFactor(JobStatus job)
public void dump(PrintWriter pw, String prefix, int filterUid)
public boolean dumpHistory(PrintWriter pw, String prefix, int filterUid)