public class ApplicationStatistics extends FlowConstructStatistics
flowStatistics
enabled, flowConstructType, name, receivedEventASync, receivedEventSync
Constructor and Description |
---|
ApplicationStatistics(AllStatistics parent) |
Modifier and Type | Method and Description |
---|---|
long |
getAsyncEventsReceived() |
long |
getAverageProcessingTime() |
long |
getExecutionErrors() |
long |
getFatalErrors() |
long |
getMaxProcessingTime() |
long |
getMinProcessingTime() |
long |
getProcessedEvents() |
long |
getSyncEventsReceived() |
long |
getTotalEventsReceived() |
long |
getTotalProcessingTime() |
addCompleteFlowExecutionTime, addFlowExecutionBranchTime, clear, decQueuedEvent, getAverageQueueSize, getThreadPoolSize, incExecutionError, incFatalError, incQueuedEvent, isEnabled, setEnabled
getFlowConstructType, getName, getSamplePeriod, incReceivedEventASync, incReceivedEventSync, setName
public ApplicationStatistics(AllStatistics parent)
public long getAverageProcessingTime()
getAverageProcessingTime
in class FlowConstructStatistics
public long getProcessedEvents()
getProcessedEvents
in class FlowConstructStatistics
public long getMinProcessingTime()
getMinProcessingTime
in class FlowConstructStatistics
public long getMaxProcessingTime()
getMaxProcessingTime
in class FlowConstructStatistics
public long getTotalProcessingTime()
getTotalProcessingTime
in class FlowConstructStatistics
public long getExecutionErrors()
getExecutionErrors
in class FlowConstructStatistics
public long getFatalErrors()
getFatalErrors
in class FlowConstructStatistics
public long getAsyncEventsReceived()
getAsyncEventsReceived
in class AbstractFlowConstructStatistics
public long getSyncEventsReceived()
getSyncEventsReceived
in class AbstractFlowConstructStatistics
public long getTotalEventsReceived()
getTotalEventsReceived
in class AbstractFlowConstructStatistics
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.