Class SpaceStatisticsChangedEvent

java.lang.Object
org.openspaces.admin.space.events.SpaceStatisticsChangedEvent

public class SpaceStatisticsChangedEvent extends Object
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 Details

    • SpaceStatisticsChangedEvent

      public SpaceStatisticsChangedEvent(Space space, SpaceStatistics statistics)
  • Method Details

    • getSpace

      public Space getSpace()
      Returns a the Space associated with the event.
    • getStatistics

      public SpaceStatistics getStatistics()
      Returns the statistics of the Space sampled.