|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.management.stats.ProcessingTime
public class ProcessingTime
Accumulates the processing time for all branches of a flow
| Method Summary | |
|---|---|
void |
addFlowExecutionBranchTime(long startTime)
Add the execution time for this branch to the flow construct's statistics |
AtomicLong |
getAccumulator()
|
static long |
getEffectiveTime(long time)
Convert processing time to effective processing time. |
FlowConstructStatistics |
getStatistics()
|
static ProcessingTime |
newInstance(MuleEvent event)
Create a ProcessingTime for the specified MuleSession. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ProcessingTime newInstance(MuleEvent event)
public void addFlowExecutionBranchTime(long startTime)
startTime - time this branch startedpublic static long getEffectiveTime(long time)
public FlowConstructStatistics getStatistics()
public AtomicLong getAccumulator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||