org.openspaces.admin.space.events
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:
 SpaceStatisticsChangedEventListener, 
SpaceStatisticsChangedEventManager
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SpaceStatisticsChangedEvent
public SpaceStatisticsChangedEvent(Space space,
                                   SpaceStatistics statistics)
getSpace
public Space getSpace()
- Returns a the Space associated with the event.
 
 
getStatistics
public SpaceStatistics getStatistics()
- Returns the statistics of the Space sampled.
 
 
Copyright © GigaSpaces.