|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.management.stats.FlowConstructStatistics
org.mule.management.stats.ServiceStatistics
org.mule.management.stats.SedaServiceStatistics
public class SedaServiceStatistics
TODO MULE-2233 Pooling functionality has been abstracted out of the SedaService. This class should be updated accordingly.
Field Summary |
---|
Fields inherited from class org.mule.management.stats.FlowConstructStatistics |
---|
enabled, name, receivedEventASync, receivedEventSync |
Constructor Summary | |
---|---|
SedaServiceStatistics(java.lang.String name,
int threadPoolSize,
int componentPoolsize)
|
Method Summary | |
---|---|
void |
clear()
|
int |
getComponentPoolAbsoluteMaxSize()
|
int |
getComponentPoolMaxSize()
|
int |
getComponentPoolSize()
|
void |
setComponentPoolSize(int componentPoolSize)
|
Methods inherited from class org.mule.management.stats.FlowConstructStatistics |
---|
getAsyncEventsReceived, getName, getSyncEventsReceived, incReceivedEventASync, incReceivedEventSync, isEnabled, 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 SedaServiceStatistics(java.lang.String name, int threadPoolSize, int componentPoolsize)
Method Detail |
---|
public void clear()
clear
in class ServiceStatistics
public int getComponentPoolMaxSize()
public int getComponentPoolAbsoluteMaxSize()
public int getComponentPoolSize()
public void setComponentPoolSize(int componentPoolSize)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |