GigaSpaces XAP 9.0 API

Uses of Interface
org.openspaces.admin.pu.statistics.TimeWindowStatisticsConfig

Packages that use TimeWindowStatisticsConfig
org.openspaces.admin.pu.statistics   
 

Uses of TimeWindowStatisticsConfig in org.openspaces.admin.pu.statistics
 

Classes in org.openspaces.admin.pu.statistics that implement TimeWindowStatisticsConfig
 class AbstractTimeWindowStatisticsConfig
          Base class for statistics configurations that aggregate samples based on a specified time window
 class AverageTimeWindowStatisticsConfig
           
 class CpuPercentageTimeWindowStatisticsConfig
          Calculates the cpu percentage by dividing the total CPU values by delta time passed in milliseconds.
 class LastSampleTimeWindowStatisticsConfig
           
 class MaximumTimeWindowStatisticsConfig
          Configurations that aggregate statistics from a time window by picking up the sample with the highest value.
 class MinimumTimeWindowStatisticsConfig
          Configurations that aggregate statistics from a time window by picking up the sample with the smallest value.
 class PercentileTimeWindowStatisticsConfig
          Picks the Nth percentile of time window instance values.
 class ThroughputTimeWindowStatisticsConfig
          Calculates the throughput (requests per second)by taking total request count and dividing by time
 

Methods in org.openspaces.admin.pu.statistics that return TimeWindowStatisticsConfig
 TimeWindowStatisticsConfig ProcessingUnitStatisticsId.getTimeWindowStatistics()
           
 

Methods in org.openspaces.admin.pu.statistics with parameters of type TimeWindowStatisticsConfig
 void ProcessingUnitStatisticsId.setTimeWindowStatistics(TimeWindowStatisticsConfig timeWindowStatistics)
           
 ProcessingUnitStatisticsIdConfigurer ProcessingUnitStatisticsIdConfigurer.timeWindowStatistics(TimeWindowStatisticsConfig timeWindowStatistics)
          Aggregates values using the specified time window statistics function.
 


GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.