Class SpaceInstanceStatisticsChangedEvent
java.lang.Object
org.openspaces.admin.space.events.SpaceInstanceStatisticsChangedEvent
An event indicating that a Space Instance level statistics has changed.
Note, monitoring needs to be enabled in order to receive the events.
- Author:
- kimchy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSpaceInstanceStatisticsChangedEvent(SpaceInstance spaceInstance, SpaceInstanceStatistics statistics) -
Method Summary
Modifier and TypeMethodDescriptionReturns the Space Instance associated with this event.Returns the statistics of the Space Instance sampled.
-
Constructor Details
-
SpaceInstanceStatisticsChangedEvent
public SpaceInstanceStatisticsChangedEvent(SpaceInstance spaceInstance, SpaceInstanceStatistics statistics)
-
-
Method Details
-
getSpaceInstance
Returns the Space Instance associated with this event. -
getStatistics
Returns the statistics of the Space Instance sampled.
-