@Deprecated public class ServiceStatistics extends FlowConstructStatistics implements QueueStatistics
flowStatisticsenabled, flowConstructType, name, receivedEventASync, receivedEventSync| Constructor and Description |
|---|
ServiceStatistics(String name)
Deprecated.
|
ServiceStatistics(String name,
int threadPoolSize)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Deprecated.
|
void |
decQueuedEvent()
Deprecated.
|
long |
getAsyncEventsSent()
Deprecated.
|
long |
getAverageExecutionTime()
Deprecated.
|
long |
getAverageQueueSize()
Deprecated.
|
ComponentStatistics |
getComponentStat()
Deprecated.
|
long |
getExecutedEvents()
Deprecated.
|
RouterStatistics |
getInboundRouterStat()
Deprecated.
|
long |
getMaxExecutionTime()
Deprecated.
|
long |
getMaxQueueSize()
Deprecated.
|
long |
getMinExecutionTime()
Deprecated.
|
RouterStatistics |
getOutboundRouterStat()
Deprecated.
|
long |
getQueuedEvents()
Deprecated.
|
long |
getReplyToEventsSent()
Deprecated.
|
long |
getSyncEventsSent()
Deprecated.
|
long |
getTotalEventsSent()
Deprecated.
|
long |
getTotalExecutionTime()
Deprecated.
|
void |
incQueuedEvent()
Deprecated.
|
void |
incSentEventASync()
Deprecated.
|
void |
incSentEventSync()
Deprecated.
|
void |
incSentReplyToEvent()
Deprecated.
|
void |
logSummary()
Deprecated.
|
void |
logSummary(PrintWriter printer)
Deprecated.
|
void |
setComponentStat(ComponentStatistics componentStat)
Deprecated.
|
void |
setEnabled(boolean b)
Deprecated.
Enable statistics logs (this is a dynamic parameter)
|
void |
setInboundRouterStat(RouterStatistics inboundRouterStat)
Deprecated.
|
void |
setOutboundRouterStat(RouterStatistics outboundRouterStat)
Deprecated.
|
addCompleteFlowExecutionTime, addFlowExecutionBranchTime, getAverageProcessingTime, getExecutionErrors, getFatalErrors, getMaxProcessingTime, getMinProcessingTime, getProcessedEvents, getThreadPoolSize, getTotalProcessingTime, incExecutionError, incFatalError, isEnabledgetAsyncEventsReceived, getFlowConstructType, getName, getSamplePeriod, getSyncEventsReceived, getTotalEventsReceived, incReceivedEventASync, incReceivedEventSync, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisEnabledpublic ServiceStatistics(String name)
public ServiceStatistics(String name, int threadPoolSize)
public void setEnabled(boolean b)
setEnabled in class FlowConstructStatisticspublic void incSentEventSync()
public void incSentEventASync()
public void incSentReplyToEvent()
public void incQueuedEvent()
incQueuedEvent in interface QueueStatisticsincQueuedEvent in class FlowConstructStatisticspublic void decQueuedEvent()
decQueuedEvent in interface QueueStatisticsdecQueuedEvent in class FlowConstructStatisticspublic long getAverageExecutionTime()
public long getAverageQueueSize()
getAverageQueueSize in class FlowConstructStatisticspublic long getMaxQueueSize()
@Deprecated public long getMaxExecutionTime()
@Deprecated public long getMinExecutionTime()
@Deprecated public long getTotalExecutionTime()
public long getQueuedEvents()
public long getReplyToEventsSent()
public long getSyncEventsSent()
public long getAsyncEventsSent()
public long getTotalEventsSent()
public long getExecutedEvents()
public void logSummary()
public void logSummary(PrintWriter printer)
public void clear()
clear in class FlowConstructStatisticspublic RouterStatistics getInboundRouterStat()
public void setInboundRouterStat(RouterStatistics inboundRouterStat)
public RouterStatistics getOutboundRouterStat()
public void setOutboundRouterStat(RouterStatistics outboundRouterStat)
public ComponentStatistics getComponentStat()
public void setComponentStat(ComponentStatistics componentStat)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.