compbio.stat.collector
Class StatProcessor
java.lang.Object
compbio.stat.collector.StatProcessor
public class StatProcessor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StatProcessor
public StatProcessor(java.util.List<JobStat> stats)
getClusterJobs
public java.util.List<JobStat> getClusterJobs()
getLocalJobs
public java.util.List<JobStat> getLocalJobs()
getAbandonedJobs
public java.util.List<JobStat> getAbandonedJobs()
- Not collected. Excludes all cancelled jobs, and jobs with no results as
these are reported separately.
getFailedJobs
public java.util.List<JobStat> getFailedJobs()
- Started & finished but did not produce result
- Returns:
getCancelledJobs
public java.util.List<JobStat> getCancelledJobs()
sortByRuntime
public java.util.List<JobStat> sortByRuntime()
sortByStartTime
public java.util.List<JobStat> sortByStartTime()
sortByResultSize
public java.util.List<JobStat> sortByResultSize()
getJobNumber
public int getJobNumber()
getJobs
public java.util.List<JobStat> getJobs()
getSingleWSStat
public StatProcessor getSingleWSStat(Services webService)
getTotalRuntime
public long getTotalRuntime()
getIncompleteJobs
public java.util.List<JobStat> getIncompleteJobs()
reportStat
public java.lang.String reportStat()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object