Package org.openspaces.admin.os.events
Class OperatingSystemsStatisticsChangedEvent
java.lang.Object
org.openspaces.admin.os.events.OperatingSystemsStatisticsChangedEvent
An event indicating that
OperatingSystemsStatistics have changed. Only raised when
statistics monitoring is enabled using StatisticsMonitor.startStatisticsMonitor().- Author:
- kimchy
-
Constructor Summary
ConstructorsConstructorDescriptionOperatingSystemsStatisticsChangedEvent(OperatingSystems operatingSystems, OperatingSystemsStatistics statistics) -
Method Summary
Modifier and TypeMethodDescriptionReturns the operating systems component associated with the event.Returns the statistics associated with the event.
-
Constructor Details
-
OperatingSystemsStatisticsChangedEvent
public OperatingSystemsStatisticsChangedEvent(OperatingSystems operatingSystems, OperatingSystemsStatistics statistics)
-
-
Method Details
-
getOperatingSystems
Returns the operating systems component associated with the event. -
getStatistics
Returns the statistics associated with the event.
-