Uses of Interface
org.openspaces.admin.os.OperatingSystemsStatistics
Packages that use OperatingSystemsStatistics
Package
Description
Internally Used.
Support for managing of Operating System(s) through the Admin API.
Support for managing of Operating System events through the Admin API.
-
Uses of OperatingSystemsStatistics in org.openspaces.admin.internal.os
Classes in org.openspaces.admin.internal.os that implement OperatingSystemsStatisticsMethods in org.openspaces.admin.internal.os that return OperatingSystemsStatisticsModifier and TypeMethodDescriptionDefaultOperatingSystemsStatistics.getPrevious()DefaultOperatingSystems.getStatistics()Methods in org.openspaces.admin.internal.os that return types with arguments of type OperatingSystemsStatisticsMethods in org.openspaces.admin.internal.os with parameters of type OperatingSystemsStatisticsModifier and TypeMethodDescriptionvoidDefaultOperatingSystemsStatistics.setPreviousStats(OperatingSystemsStatistics previousStats) Constructors in org.openspaces.admin.internal.os with parameters of type OperatingSystemsStatisticsModifierConstructorDescriptionDefaultOperatingSystemsStatistics(OperatingSystemStatistics[] stats, OperatingSystemsStatistics previousStats, OperatingSystemsDetails details, int historySize) -
Uses of OperatingSystemsStatistics in org.openspaces.admin.os
Methods in org.openspaces.admin.os that return OperatingSystemsStatisticsModifier and TypeMethodDescriptionOperatingSystemsStatistics.getPrevious()Returns the previousOperatingSystemsStatistics.OperatingSystems.getStatistics()Returns an aggregated view of all the operating systems statistics.Methods in org.openspaces.admin.os that return types with arguments of type OperatingSystemsStatisticsModifier and TypeMethodDescriptionOperatingSystemsStatistics.getTimeline()Returns the timeline (from newest to oldest) history statistics, including this one. -
Uses of OperatingSystemsStatistics in org.openspaces.admin.os.events
Methods in org.openspaces.admin.os.events that return OperatingSystemsStatisticsModifier and TypeMethodDescriptionOperatingSystemsStatisticsChangedEvent.getStatistics()Returns the statistics associated with the event.Constructors in org.openspaces.admin.os.events with parameters of type OperatingSystemsStatisticsModifierConstructorDescriptionOperatingSystemsStatisticsChangedEvent(OperatingSystems operatingSystems, OperatingSystemsStatistics statistics)