public interface StatisticsManager extends EngineModule
| Modifier and Type | Method and Description |
|---|---|
void |
clearTimeMeasurement()
Clears the time measurement of events to be processed by the Main Processing Unit.
|
int |
getActiveThreadCount()
Returns active thread count.
|
Double |
getEventPerformance()
Returns the event performance calculated in the current time measurement.
|
int |
getPluginCount()
Returns the number of plugins.
|
int |
getScheduledEventCount()
Returns scheduled event count.
|
String |
getSummary()
Returns statistics summary.
|
void |
incrementTimeMeasurementEventCount()
Increments event count in the time measurement of events to be processed by the Main Processing Unit.
|
void |
startTimeMeasurementIfNotStartedYet()
Starts the time measurement of events to be processed by the Main Processing Unit.
|
isFailed, isNew, isRunning, isStarting, isStopping, isTerminated, shutdown, startupgetDescription, getLabel, getName, setDescription, setLabel, setNameint getScheduledEventCount()
int getActiveThreadCount()
int getPluginCount()
String getSummary()
void startTimeMeasurementIfNotStartedYet()
void incrementTimeMeasurementEventCount()
Double getEventPerformance()
null if there is no data available.void clearTimeMeasurement()
Copyright © 2016–2020 Softelnet. All rights reserved.