public class FlowConstructStats extends Object implements FlowConstructStatsMBean, MBeanRegistration
| Modifier and Type | Field and Description |
|---|---|
protected ObjectName |
name |
protected MBeanServer |
server |
| Constructor and Description |
|---|
FlowConstructStats(FlowConstructStatistics statistics) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearStatistics() |
long |
getAsyncEventsReceived() |
long |
getAverageProcessingTime() |
long |
getExecutionErrors() |
long |
getFatalErrors() |
long |
getMaxProcessingTime() |
long |
getMinProcessingTime() |
long |
getProcessedEvents() |
long |
getSyncEventsReceived() |
long |
getTotalEventsReceived() |
long |
getTotalProcessingTime() |
void |
postDeregister() |
void |
postRegister(Boolean registrationDone) |
void |
preDeregister() |
ObjectName |
preRegister(MBeanServer server,
ObjectName name) |
protected MBeanServer server
protected ObjectName name
public FlowConstructStats(FlowConstructStatistics statistics)
public long getAverageProcessingTime()
getAverageProcessingTime in interface FlowConstructStatsMBeanpublic long getProcessedEvents()
getProcessedEvents in interface FlowConstructStatsMBeanpublic long getMaxProcessingTime()
getMaxProcessingTime in interface FlowConstructStatsMBeanpublic long getMinProcessingTime()
getMinProcessingTime in interface FlowConstructStatsMBeanpublic long getTotalProcessingTime()
getTotalProcessingTime in interface FlowConstructStatsMBeanpublic void clearStatistics()
clearStatistics in interface FlowConstructStatsMBeanpublic long getAsyncEventsReceived()
getAsyncEventsReceived in interface FlowConstructStatsMBeanpublic long getSyncEventsReceived()
getSyncEventsReceived in interface FlowConstructStatsMBeanpublic long getTotalEventsReceived()
getTotalEventsReceived in interface FlowConstructStatsMBeanpublic long getExecutionErrors()
getExecutionErrors in interface FlowConstructStatsMBeanpublic long getFatalErrors()
getFatalErrors in interface FlowConstructStatsMBeanpublic ObjectName preRegister(MBeanServer server, ObjectName name) throws Exception
preRegister in interface MBeanRegistrationExceptionpublic void postRegister(Boolean registrationDone)
postRegister in interface MBeanRegistrationpublic void preDeregister()
throws Exception
preDeregister in interface MBeanRegistrationExceptionpublic void postDeregister()
postDeregister in interface MBeanRegistrationCopyright © 2003–2021 MuleSoft, Inc.. All rights reserved.