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=0000000000000000000000000000000000000000;hb=0bbebf27d045b1345bc042bdf24ef2e6808df251;hp=d389b927257e5eab31cd12fb917bc6aa3a0674c3;hpb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;p=jabaws.git diff --git a/website/full_javadoc/compbio/stat/collector/StatProcessor.html b/website/full_javadoc/compbio/stat/collector/StatProcessor.html deleted file mode 100644 index d389b92..0000000 --- a/website/full_javadoc/compbio/stat/collector/StatProcessor.html +++ /dev/null @@ -1,527 +0,0 @@ - - - - - - -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
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -