Package org.openspaces.admin.os.events
Class OperatingSystemStatisticsChangedEvent
java.lang.Object
org.openspaces.admin.os.events.OperatingSystemStatisticsChangedEvent
An event indicating that
OperatingSystemStatistics have changed. Only raised when
statistics monitoring is enabled using StatisticsMonitor.startStatisticsMonitor().- Author:
- kimchy
-
Constructor Summary
ConstructorsConstructorDescriptionOperatingSystemStatisticsChangedEvent(OperatingSystem operatingSystem, OperatingSystemStatistics statistics) -
Method Summary
Modifier and TypeMethodDescriptionReturns the operating system associated with the event.Returns the operating system statistics associated with the event.
-
Constructor Details
-
OperatingSystemStatisticsChangedEvent
public OperatingSystemStatisticsChangedEvent(OperatingSystem operatingSystem, OperatingSystemStatistics statistics)
-
-
Method Details
-
getOperatingSystem
Returns the operating system associated with the event. -
getStatistics
Returns the operating system statistics associated with the event.
-