X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fstat%2Fcollector%2FStatProcessor.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fstat%2Fcollector%2FStatProcessor.html;h=473c2f4c5bff4dc84d30ba3811fcfbcfd52e6249;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/full_javadoc/compbio/stat/collector/StatProcessor.html b/website/full_javadoc/compbio/stat/collector/StatProcessor.html new file mode 100644 index 0000000..473c2f4 --- /dev/null +++ b/website/full_javadoc/compbio/stat/collector/StatProcessor.html @@ -0,0 +1,527 @@ + + + + + + +StatProcessor + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +compbio.stat.collector +
+Class StatProcessor

+
+java.lang.Object
+  extended by compbio.stat.collector.StatProcessor
+
+
+
+
public class StatProcessor
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
StatProcessor(List<JobStat> stats) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ List<JobStat>getAbandonedJobs() + +
+          Not collected.
+ List<JobStat>getCancelledJobs() + +
+           
+ List<JobStat>getClusterJobs() + +
+           
+ List<JobStat>getFailedJobs() + +
+          Started & finished but did not produce result
+ List<JobStat>getIncompleteJobs() + +
+           
+ intgetJobNumber() + +
+           
+ List<JobStat>getJobs() + +
+           
+ List<JobStat>getLocalJobs() + +
+           
+ StatProcessorgetSingleWSStat(Services webService) + +
+           
+ longgetTotalRuntime() + +
+           
+ StringreportStat() + +
+           
+ List<JobStat>sortByResultSize() + +
+           
+ List<JobStat>sortByRuntime() + +
+           
+ List<JobStat>sortByStartTime() + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+StatProcessor

+
+public StatProcessor(List<JobStat> stats)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getClusterJobs

+
+public List<JobStat> getClusterJobs()
+
+
+
+
+
+
+ +

+getLocalJobs

+
+public List<JobStat> getLocalJobs()
+
+
+
+
+
+
+ +

+getAbandonedJobs

+
+public List<JobStat> getAbandonedJobs()
+
+
Not collected. Excludes all cancelled jobs, and jobs with no results as + these are reported separately. +

+

+
+
+
+
+ +

+getFailedJobs

+
+public List<JobStat> getFailedJobs()
+
+
Started & finished but did not produce result +

+

+ +
Returns:
+
+
+
+ +

+getCancelledJobs

+
+public List<JobStat> getCancelledJobs()
+
+
+
+
+
+
+ +

+sortByRuntime

+
+public List<JobStat> sortByRuntime()
+
+
+
+
+
+
+ +

+sortByStartTime

+
+public List<JobStat> sortByStartTime()
+
+
+
+
+
+
+ +

+sortByResultSize

+
+public List<JobStat> sortByResultSize()
+
+
+
+
+
+
+ +

+getJobNumber

+
+public int getJobNumber()
+
+
+
+
+
+
+ +

+getJobs

+
+public List<JobStat> getJobs()
+
+
+
+
+
+
+ +

+getSingleWSStat

+
+public StatProcessor getSingleWSStat(Services webService)
+
+
+
+
+
+
+ +

+getTotalRuntime

+
+public long getTotalRuntime()
+
+
+
+
+
+
+ +

+getIncompleteJobs

+
+public List<JobStat> getIncompleteJobs()
+
+
+
+
+
+
+ +

+reportStat

+
+public String reportStat()
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +