|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.management.stats.AbstractFlowConstructStatistics
org.mule.management.stats.FlowConstructStatistics
org.mule.management.stats.ServiceStatistics
@Deprecated public class ServiceStatistics
| Field Summary |
|---|
| Fields inherited from class org.mule.management.stats.FlowConstructStatistics |
|---|
flowStatistics |
| Fields inherited from class org.mule.management.stats.AbstractFlowConstructStatistics |
|---|
enabled, flowConstructType, name, receivedEventASync, receivedEventSync |
| Constructor Summary | |
|---|---|
ServiceStatistics(String name)
Deprecated. |
|
ServiceStatistics(String name,
int threadPoolSize)
Deprecated. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.mule.management.stats.FlowConstructStatistics |
|---|
addCompleteFlowExecutionTime, addFlowExecutionBranchTime, getAverageProcessingTime, getExecutionErrors, getFatalErrors, getMaxProcessingTime, getMinProcessingTime, getProcessedEvents, getThreadPoolSize, getTotalProcessingTime, incExecutionError, incFatalError, isEnabled |
| Methods inherited from class org.mule.management.stats.AbstractFlowConstructStatistics |
|---|
getAsyncEventsReceived, getFlowConstructType, getName, getSamplePeriod, getSyncEventsReceived, getTotalEventsReceived, incReceivedEventASync, incReceivedEventSync, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.mule.api.management.stats.Statistics |
|---|
isEnabled |
| Constructor Detail |
|---|
public ServiceStatistics(String name)
public ServiceStatistics(String name,
int threadPoolSize)
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||