Class SpaceInstanceStatisticsChangedEvent

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

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

  • Method Details

    • getSpaceInstance

      public SpaceInstance getSpaceInstance()
      Returns the Space Instance associated with this event.
    • getStatistics

      public SpaceInstanceStatistics getStatistics()
      Returns the statistics of the Space Instance sampled.