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=85a911fddab572eb1e0feaec7aeb0a17fab4af68;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;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 new file mode 100644 index 0000000..85a911f --- /dev/null +++ b/website/full_javadoc/compbio/engine/cluster/drmaa/StatisticManager.html @@ -0,0 +1,759 @@ + + + + + + +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
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +