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
  • Constructor Details

  • Method Details

    • getOperatingSystems

      public OperatingSystems getOperatingSystems()
      Returns the operating systems component associated with the event.
    • getStatistics

      public OperatingSystemsStatistics getStatistics()
      Returns the statistics associated with the event.