GigaSpaces XAP 8.0 API

org.openspaces.admin.space.events
Class SpaceInstanceStatisticsChangedEvent

java.lang.Object
  extended by 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

Constructor Summary
SpaceInstanceStatisticsChangedEvent(SpaceInstance spaceInstance, SpaceInstanceStatistics statistics)
           
 
Method Summary
 SpaceInstance getSpaceInstance()
          Returns the Space Instance associated with this event.
 SpaceInstanceStatistics getStatistics()
          Returns the statistics of the Space Instance sampled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceInstanceStatisticsChangedEvent

public SpaceInstanceStatisticsChangedEvent(SpaceInstance spaceInstance,
                                           SpaceInstanceStatistics statistics)
Method Detail

getSpaceInstance

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


getStatistics

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


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.