Package org.openspaces.admin.vm.events
Class VirtualMachineStatisticsChangedEvent
java.lang.Object
org.openspaces.admin.vm.events.VirtualMachineStatisticsChangedEvent
An event indicating that a virtual machine level statistics has changed.
Note, monitoring needs to be enabled in order to receive the events.
- Author:
- kimchy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVirtualMachineStatisticsChangedEvent(VirtualMachine virtualMachine, VirtualMachineStatistics statistics) -
Method Summary
Modifier and TypeMethodDescriptionReturns the statistics of the virtual machine sampled.Returns the virtual machine associated with this event.
-
Constructor Details
-
VirtualMachineStatisticsChangedEvent
public VirtualMachineStatisticsChangedEvent(VirtualMachine virtualMachine, VirtualMachineStatistics statistics)
-
-
Method Details
-
getVirtualMachine
Returns the virtual machine associated with this event. -
getStatistics
Returns the statistics of the virtual machine sampled.
-