Class SpaceStatisticsChangedEvent
java.lang.Object
org.openspaces.admin.space.events.SpaceStatisticsChangedEvent
An event indicating that a Space level statistics has changed.
Note, monitoring needs to be enabled in order to receive the events.
- Author:
- kimchy
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSpace()Returns a the Space associated with the event.Returns the statistics of the Space sampled.
-
Constructor Details
-
SpaceStatisticsChangedEvent
-
-
Method Details
-
getSpace
Returns a the Space associated with the event. -
getStatistics
Returns the statistics of the Space sampled.
-