@Deprecated public class ServiceStatistics extends FlowConstructStatistics implements QueueStatistics
flowStatistics
enabled, 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, isEnabled
getAsyncEventsReceived, getFlowConstructType, getName, getSamplePeriod, getSyncEventsReceived, getTotalEventsReceived, incReceivedEventASync, incReceivedEventSync, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isEnabled
public ServiceStatistics(String name)
public ServiceStatistics(String name, int threadPoolSize)
public void setEnabled(boolean b)
setEnabled
in class FlowConstructStatistics
public void incSentEventSync()
public void incSentEventASync()
public void incSentReplyToEvent()
public void incQueuedEvent()
incQueuedEvent
in interface QueueStatistics
incQueuedEvent
in class FlowConstructStatistics
public void decQueuedEvent()
decQueuedEvent
in interface QueueStatistics
decQueuedEvent
in class FlowConstructStatistics
public long getAverageExecutionTime()
public long getAverageQueueSize()
getAverageQueueSize
in class FlowConstructStatistics
public 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 FlowConstructStatistics
public 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–2016 MuleSoft, Inc.. All rights reserved.