Package org.openspaces.admin.vm.events
Class VirtualMachinesStatisticsChangedEvent
java.lang.Object
org.openspaces.admin.vm.events.VirtualMachinesStatisticsChangedEvent
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 Summary
ConstructorsConstructorDescriptionVirtualMachinesStatisticsChangedEvent(VirtualMachines virtualMachines, VirtualMachinesStatistics statistics) -
Method Summary
Modifier and TypeMethodDescriptionReturns the aggregated virtual machines statistics sampled.Returns the virtual machines associated with this events.
-
Constructor Details
-
VirtualMachinesStatisticsChangedEvent
public VirtualMachinesStatisticsChangedEvent(VirtualMachines virtualMachines, VirtualMachinesStatistics statistics)
-
-
Method Details
-
getVirtualMachines
Returns the virtual machines associated with this events. -
getStatistics
Returns the aggregated virtual machines statistics sampled.
-