Class VirtualMachinesStatisticsChangedEvent

java.lang.Object
org.openspaces.admin.vm.events.VirtualMachinesStatisticsChangedEvent

public class VirtualMachinesStatisticsChangedEvent extends Object
An event indicating that an aggregated virtual machines level statistics has changed.

Note, monitoring needs to be enabled in order to receive the events.

Author:
kimchy
See Also:
  • Constructor Details

  • Method Details

    • getVirtualMachines

      public VirtualMachines getVirtualMachines()
      Returns the virtual machines associated with this events.
    • getStatistics

      public VirtualMachinesStatistics getStatistics()
      Returns the aggregated virtual machines statistics sampled.