Uses of Interface
org.openspaces.admin.os.OperatingSystemStatistics
Packages that use OperatingSystemStatistics
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 OperatingSystemStatistics in org.openspaces.admin.internal.os
Classes in org.openspaces.admin.internal.os that implement OperatingSystemStatisticsMethods in org.openspaces.admin.internal.os that return OperatingSystemStatisticsModifier and TypeMethodDescriptionDefaultOperatingSystem.getLastStatistics()InternalOperatingSystem.getLastStatistics()DefaultOperatingSystemStatistics.getPrevious()DefaultOperatingSystem.getStatistics()Methods in org.openspaces.admin.internal.os that return types with arguments of type OperatingSystemStatisticsMethods in org.openspaces.admin.internal.os with parameters of type OperatingSystemStatisticsModifier and TypeMethodDescriptionvoidDefaultOperatingSystemStatistics.setPreviousStats(OperatingSystemStatistics previosStats) Constructors in org.openspaces.admin.internal.os with parameters of type OperatingSystemStatisticsModifierConstructorDescriptionDefaultOperatingSystemsStatistics(OperatingSystemStatistics[] stats, OperatingSystemsStatistics previousStats, OperatingSystemsDetails details, int historySize) DefaultOperatingSystemStatistics(OSStatistics stats, OperatingSystemDetails details, OperatingSystemStatistics previousStats, int historySize, long timeDelta) -
Uses of OperatingSystemStatistics in org.openspaces.admin.os
Methods in org.openspaces.admin.os that return OperatingSystemStatisticsModifier and TypeMethodDescriptionOperatingSystemStatistics.getPrevious()Returns the previous statistics taken.OperatingSystem.getStatistics()Returns the statistics of the operating system.Methods in org.openspaces.admin.os that return types with arguments of type OperatingSystemStatisticsModifier and TypeMethodDescriptionOperatingSystemStatistics.getTimeline()Returns the timeline (from newest to oldest) history statistics, including this one. -
Uses of OperatingSystemStatistics in org.openspaces.admin.os.events
Methods in org.openspaces.admin.os.events that return OperatingSystemStatisticsModifier and TypeMethodDescriptionOperatingSystemStatisticsChangedEvent.getStatistics()Returns the operating system statistics associated with the event.Constructors in org.openspaces.admin.os.events with parameters of type OperatingSystemStatisticsModifierConstructorDescriptionOperatingSystemStatisticsChangedEvent(OperatingSystem operatingSystem, OperatingSystemStatistics statistics)