GigaSpaces XAP 9.0 API

org.openspaces.admin.space.events
Class SpaceStatisticsChangedEvent

java.lang.Object
  extended by 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:
SpaceStatisticsChangedEventListener, SpaceStatisticsChangedEventManager

Constructor Summary
SpaceStatisticsChangedEvent(Space space, SpaceStatistics statistics)
           
 
Method Summary
 Space getSpace()
          Returns a the Space associated with the event.
 SpaceStatistics getStatistics()
          Returns the statistics of the Space sampled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceStatisticsChangedEvent

public SpaceStatisticsChangedEvent(Space space,
                                   SpaceStatistics statistics)
Method Detail

getSpace

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


getStatistics

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


GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.