Uses of Interface
org.openspaces.admin.pu.statistics.TimeWindowStatisticsConfig
Packages that use TimeWindowStatisticsConfig
-
Uses of TimeWindowStatisticsConfig in org.openspaces.admin.internal.pu.statistics
Classes in org.openspaces.admin.internal.pu.statistics that implement TimeWindowStatisticsConfigModifier and TypeClassDescriptionclassA placeholder for an undefined time window statistics configuration that respects window size in itsAbstractConfig.hashCode()andAbstractConfig.equals(Object)method. -
Uses of TimeWindowStatisticsConfig in org.openspaces.admin.pu.statistics
Classes in org.openspaces.admin.pu.statistics that implement TimeWindowStatisticsConfigModifier and TypeClassDescriptionclassBase class for statistics configurations that aggregate samples based on a specified time windowclassclassCalculates the cpu percentage by dividing the total CPU values by delta time passed in milliseconds.classclassConfigurations that aggregate statistics from a time window by picking up the sample with the highest value.classConfigurations that aggregate statistics from a time window by picking up the sample with the smallest value.classPicks the Nth percentile of time window instance values.classCalculates the throughput (requests per second)by taking total request count and dividing by timeMethods in org.openspaces.admin.pu.statistics that return TimeWindowStatisticsConfigMethods in org.openspaces.admin.pu.statistics with parameters of type TimeWindowStatisticsConfigModifier and TypeMethodDescriptionvoidProcessingUnitStatisticsId.setTimeWindowStatistics(TimeWindowStatisticsConfig timeWindowStatistics) ProcessingUnitStatisticsIdConfigurer.timeWindowStatistics(TimeWindowStatisticsConfig timeWindowStatistics) Aggregates values using the specified time window statistics function.