Uses of Interface
org.openspaces.admin.space.SpaceInstanceStatistics
Packages that use SpaceInstanceStatistics
Package
Description
Internally Used.
Support for managing of Space(s) through the Admin API.
Support for managing of Space events through the Admin API.
-
Uses of SpaceInstanceStatistics in org.openspaces.admin.internal.space
Classes in org.openspaces.admin.internal.space that implement SpaceInstanceStatisticsMethods in org.openspaces.admin.internal.space that return SpaceInstanceStatisticsModifier and TypeMethodDescriptionDefaultSpaceInstance.getLastStatistics()InternalSpaceInstance.getLastStatistics()DefaultSpaceInstanceStatistics.getPrevious()DefaultSpaceInstance.getStatistics()Methods in org.openspaces.admin.internal.space that return types with arguments of type SpaceInstanceStatisticsModifier and TypeMethodDescriptionDefaultSpaceInstanceStatistics.getTimelineFromTimestamp(long fromTimestamp) Methods in org.openspaces.admin.internal.space with parameters of type SpaceInstanceStatisticsModifier and TypeMethodDescriptionvoidDefaultSpaceInstanceStatistics.setPreviousStats(SpaceInstanceStatistics previousStats) Constructors in org.openspaces.admin.internal.space with parameters of type SpaceInstanceStatisticsModifierConstructorDescriptionDefaultSpaceInstanceStatistics(StatisticsHolder statisticsHolder, SpaceInstanceStatistics previousStats, int historySize, long timeDelta) DefaultSpaceStatistics(SpaceInstanceStatistics[] stats, SpaceStatistics previous, int historySize) -
Uses of SpaceInstanceStatistics in org.openspaces.admin.space
Methods in org.openspaces.admin.space that return SpaceInstanceStatisticsModifier and TypeMethodDescriptionSpaceInstanceStatistics.getPrevious()Returns the previous statistics.SpaceInstance.getStatistics()Returns the space instance statistics.Methods in org.openspaces.admin.space that return types with arguments of type SpaceInstanceStatisticsModifier and TypeMethodDescriptionSpaceInstanceStatistics.getTimelineFromTimestamp(long fromTimestamp) Returns the timeline (from newest to oldest) history statistics, including this one. -
Uses of SpaceInstanceStatistics in org.openspaces.admin.space.events
Methods in org.openspaces.admin.space.events that return SpaceInstanceStatisticsModifier and TypeMethodDescriptionSpaceInstanceStatisticsChangedEvent.getStatistics()Returns the statistics of the Space Instance sampled.Constructors in org.openspaces.admin.space.events with parameters of type SpaceInstanceStatisticsModifierConstructorDescriptionSpaceInstanceStatisticsChangedEvent(SpaceInstance spaceInstance, SpaceInstanceStatistics statistics)