X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fengine%2Fcluster%2Fdrmaa%2FStatisticManager.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fengine%2Fcluster%2Fdrmaa%2FStatisticManager.html;h=0000000000000000000000000000000000000000;hb=0bbebf27d045b1345bc042bdf24ef2e6808df251;hp=00a6949ee4df01f1911cecb1639766f0195e47cd;hpb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;p=jabaws.git diff --git a/website/full_javadoc/compbio/engine/cluster/drmaa/StatisticManager.html b/website/full_javadoc/compbio/engine/cluster/drmaa/StatisticManager.html deleted file mode 100644 index 00a6949..0000000 --- a/website/full_javadoc/compbio/engine/cluster/drmaa/StatisticManager.html +++ /dev/null @@ -1,759 +0,0 @@ - - - - - - -StatisticManager - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -compbio.engine.cluster.drmaa -
-Class StatisticManager

-
-java.lang.Object
-  extended by compbio.engine.cluster.drmaa.StatisticManager
-
-
-
-
public class StatisticManager
extends Object
- - -

-


- -

- - - - - - - - - - - -
-Constructor Summary
StatisticManager(org.ggf.drmaa.JobInfo status) - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- StringgetAllStats() - -
-           
- StringgetCalculationTime() - -
-           
- StringgetCPUTimeStat() - -
-           
- StringgetCPUUsageTime() - -
-           
- StringgetDataTransfered() - -
-           
- StringgetEndTime() - -
-           
- StringgetExecutionStat() - -
-           
- StringgetExitStatus() - -
-           
- StringgetIOWait() - -
-           
- StringgetJobId() - -
-           
- StringgetJobPriority() - -
-           
- StringgetMaxVMem() - -
-           
- StringgetMemoryStat() - -
-           
- Map<String,String>getRawUsage() - -
-           
- StringgetStartTime() - -
-           
- StringgetSubmissionTime() - -
-           
- StringgetTimeStat() - -
-           
- StringgetUsedSysTime() - -
-           
- StringgetUsedUserTime() - -
-           
- StringgetVMem() - -
-           
- booleanhasDump() - -
-           
- booleanhasExited() - -
-           
- booleanhasSignaled() - -
-           
- StringtermSignal() - -
-           
- StringtoString() - -
-           
- booleanwasAborted() - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-StatisticManager

-
-public StatisticManager(org.ggf.drmaa.JobInfo status)
-                 throws org.ggf.drmaa.DrmaaException
-
-
- -
Throws: -
org.ggf.drmaa.DrmaaException
-
- - - - - - - - -
-Method Detail
- -

-getJobId

-
-public String getJobId()
-                throws org.ggf.drmaa.DrmaaException
-
-
- -
Throws: -
org.ggf.drmaa.DrmaaException
-
-
-
- -

-hasExited

-
-public boolean hasExited()
-                  throws org.ggf.drmaa.DrmaaException
-
-
- -
Throws: -
org.ggf.drmaa.DrmaaException
-
-
-
- -

-hasSignaled

-
-public boolean hasSignaled()
-                    throws org.ggf.drmaa.DrmaaException
-
-
- -
Throws: -
org.ggf.drmaa.DrmaaException
-
-
-
- -

-hasDump

-
-public boolean hasDump()
-                throws org.ggf.drmaa.DrmaaException
-
-
- -
Throws: -
org.ggf.drmaa.DrmaaException
-
-
-
- -

-termSignal

-
-public String termSignal()
-                  throws org.ggf.drmaa.DrmaaException
-
-
- -
Throws: -
org.ggf.drmaa.DrmaaException
-
-
-
- -

-wasAborted

-
-public boolean wasAborted()
-                   throws org.ggf.drmaa.DrmaaException
-
-
- -
Throws: -
org.ggf.drmaa.DrmaaException
-
-
-
- -

-getSubmissionTime

-
-public String getSubmissionTime()
-
-
-
-
-
-
- -

-getVMem

-
-public String getVMem()
-
-
-
-
-
-
- -

-getMaxVMem

-
-public String getMaxVMem()
-
-
-
-
-
-
- -

-getUsedSysTime

-
-public String getUsedSysTime()
-
-
-
-
-
-
- -

-getUsedUserTime

-
-public String getUsedUserTime()
-
-
-
-
-
-
- -

-getCalculationTime

-
-public String getCalculationTime()
-
-
-
-
-
-
- -

-getEndTime

-
-public String getEndTime()
-
-
-
-
-
-
- -

-getStartTime

-
-public String getStartTime()
-
-
-
-
-
-
- -

-getIOWait

-
-public String getIOWait()
-
-
-
-
-
-
- -

-getCPUUsageTime

-
-public String getCPUUsageTime()
-
-
-
-
-
-
- -

-getDataTransfered

-
-public String getDataTransfered()
-
-
-
-
-
-
- -

-getJobPriority

-
-public String getJobPriority()
-
-
-
-
-
-
- -

-getExitStatus

-
-public String getExitStatus()
-
-
-
-
-
-
- -

-getAllStats

-
-public String getAllStats()
-                   throws org.ggf.drmaa.DrmaaException
-
-
- -
Throws: -
org.ggf.drmaa.DrmaaException
-
-
-
- -

-getExecutionStat

-
-public String getExecutionStat()
-                        throws org.ggf.drmaa.DrmaaException
-
-
- -
Throws: -
org.ggf.drmaa.DrmaaException
-
-
-
- -

-getMemoryStat

-
-public String getMemoryStat()
-
-
-
-
-
-
- -

-getCPUTimeStat

-
-public String getCPUTimeStat()
-
-
-
-
-
-
- -

-getTimeStat

-
-public String getTimeStat()
-
-
-
-
-
-
- -

-getRawUsage

-
-public Map<String,String> getRawUsage()
-
-
-
-
-
-
- -

-toString

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