Uses of Interface
org.openspaces.admin.space.SpaceStatistics
Packages that use SpaceStatistics
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 SpaceStatistics in org.openspaces.admin.internal.space
Classes in org.openspaces.admin.internal.space that implement SpaceStatisticsMethods in org.openspaces.admin.internal.space that return SpaceStatisticsModifier and TypeMethodDescriptionDefaultSpace.getBackupsStatistics()DefaultSpace.getLastStatistics()InternalSpace.getLastStatistics()DefaultSpaceStatistics.getPrevious()DefaultSpace.getPrimariesStatistics()DefaultSpace.getStatistics()Methods in org.openspaces.admin.internal.space that return types with arguments of type SpaceStatisticsModifier and TypeMethodDescriptionDefaultSpaceStatistics.getTimelineFromTimestamp(long fromTimestamp) Methods in org.openspaces.admin.internal.space with parameters of type SpaceStatisticsModifier and TypeMethodDescriptionvoidDefaultSpaceStatistics.setPrevious(SpaceStatistics previous) Constructors in org.openspaces.admin.internal.space with parameters of type SpaceStatisticsModifierConstructorDescriptionDefaultSpaceStatistics(SpaceInstanceStatistics[] stats, SpaceStatistics previous, int historySize) -
Uses of SpaceStatistics in org.openspaces.admin.space
Methods in org.openspaces.admin.space that return SpaceStatisticsModifier and TypeMethodDescriptionSpace.getBackupsStatistics()Returns an aggregated view of all the statistics of the backup instances.SpaceStatistics.getPrevious()Returns the previous statistics,nullif not available.Space.getPrimariesStatistics()Returns an aggregated view of all the statistics of the primary instances.Space.getStatistics()Returns an aggregated view of all the statistics of all the instances.Methods in org.openspaces.admin.space that return types with arguments of type SpaceStatisticsModifier and TypeMethodDescriptionSpaceStatistics.getTimelineFromTimestamp(long fromTimestamp) Returns the timeline (from newest to oldest) history statistics, including this one. -
Uses of SpaceStatistics in org.openspaces.admin.space.events
Methods in org.openspaces.admin.space.events that return SpaceStatisticsModifier and TypeMethodDescriptionSpaceStatisticsChangedEvent.getStatistics()Returns the statistics of the Space sampled.Constructors in org.openspaces.admin.space.events with parameters of type SpaceStatisticsModifierConstructorDescriptionSpaceStatisticsChangedEvent(Space space, SpaceStatistics statistics)