org.openspaces.admin.os.events
Class OperatingSystemsStatisticsChangedEvent
java.lang.Object
org.openspaces.admin.os.events.OperatingSystemsStatisticsChangedEvent
public class OperatingSystemsStatisticsChangedEvent
- extends Object
An event indicating that OperatingSystemsStatistics
have changed. Only raised when statistics
monitoring is enabled using StatisticsMonitor.startStatisticsMonitor()
.
- Author:
- kimchy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperatingSystemsStatisticsChangedEvent
public OperatingSystemsStatisticsChangedEvent(OperatingSystems operatingSystems,
OperatingSystemsStatistics statistics)
getOperatingSystems
public OperatingSystems getOperatingSystems()
- Returns the operating systems component associated with the event.
getStatistics
public OperatingSystemsStatistics getStatistics()
- Returns the statistics associated with the event.
Copyright © GigaSpaces.