org.openspaces.admin.space.events
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:
 SpaceInstanceStatisticsChangedEventListener, 
SpaceInstanceStatisticsChangedEventManager
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SpaceInstanceStatisticsChangedEvent
public SpaceInstanceStatisticsChangedEvent(SpaceInstance spaceInstance,
                                           SpaceInstanceStatistics statistics)
getSpaceInstance
public SpaceInstance getSpaceInstance()
- Returns the Space Instance associated with this event.
 
 
getStatistics
public SpaceInstanceStatistics getStatistics()
- Returns the statistics of the Space Instance sampled.
 
 
Copyright © GigaSpaces.