Class OperatingSystemStatisticsChangedEvent

java.lang.Object
org.openspaces.admin.os.events.OperatingSystemStatisticsChangedEvent

public class OperatingSystemStatisticsChangedEvent extends Object
An event indicating that OperatingSystemStatistics have changed. Only raised when statistics monitoring is enabled using StatisticsMonitor.startStatisticsMonitor().
Author:
kimchy
  • Constructor Details

  • Method Details

    • getOperatingSystem

      public OperatingSystem getOperatingSystem()
      Returns the operating system associated with the event.
    • getStatistics

      public OperatingSystemStatistics getStatistics()
      Returns the operating system statistics associated with the event.