|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobStat | |
---|---|
compbio.stat.collector |
Uses of JobStat in compbio.stat.collector |
---|
Methods in compbio.stat.collector that return types with arguments of type JobStat | |
---|---|
java.util.List<JobStat> |
StatProcessor.getAbandonedJobs()
Not collected. |
java.util.List<JobStat> |
StatProcessor.getCancelledJobs()
|
java.util.List<JobStat> |
StatProcessor.getClusterJobs()
|
java.util.List<JobStat> |
StatProcessor.getFailedJobs()
Started & finished but did not produce result |
java.util.List<JobStat> |
StatProcessor.getIncompleteJobs()
|
java.util.List<JobStat> |
StatProcessor.getJobs()
|
java.util.List<JobStat> |
StatProcessor.getLocalJobs()
|
java.util.List<JobStat> |
StatDB.readData(java.sql.Timestamp from,
java.sql.Timestamp to,
Services wservice,
java.lang.Boolean clusterOnly)
|
java.util.List<JobStat> |
StatProcessor.sortByResultSize()
|
java.util.List<JobStat> |
StatProcessor.sortByRuntime()
|
java.util.List<JobStat> |
StatProcessor.sortByStartTime()
|
Method parameters in compbio.stat.collector with type arguments of type JobStat | |
---|---|
void |
StatDB.removeRecordedJobs(java.util.Set<JobStat> fsJobs)
Removes the job if 1) It has already been recorded 2) It has not completed and did not timeout - this is to prevent recording the information on the incomplete jobs. |
Constructor parameters in compbio.stat.collector with type arguments of type JobStat | |
---|---|
StatProcessor(java.util.List<JobStat> stats)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |