| Package | Description | 
|---|---|
| org.openspaces.admin.internal.pu.statistics | |
| org.openspaces.admin.pu.statistics | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ErasedTimeWindowStatisticsConfigA placeholder for an undefined time window statistics configuration that respects window size in
 its  AbstractConfig.hashCode()andAbstractConfig.equals(Object)method. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractTimeWindowStatisticsConfigBase class for statistics configurations that aggregate samples based on a specified time window | 
| class  | AverageTimeWindowStatisticsConfig | 
| class  | CpuPercentageTimeWindowStatisticsConfigCalculates the cpu percentage by dividing the total CPU values by delta time passed in
 milliseconds. | 
| class  | LastSampleTimeWindowStatisticsConfig | 
| class  | MaximumTimeWindowStatisticsConfigConfigurations that aggregate statistics from a time window by picking up the sample with the
 highest value. | 
| class  | MinimumTimeWindowStatisticsConfigConfigurations that aggregate statistics from a time window by picking up the sample with the
 smallest value. | 
| class  | PercentileTimeWindowStatisticsConfigPicks the Nth percentile of time window instance values. | 
| class  | ThroughputTimeWindowStatisticsConfigCalculates the throughput (requests per second)by taking total request count and dividing by
 time | 
| Modifier and Type | Method and Description | 
|---|---|
| TimeWindowStatisticsConfig | ProcessingUnitStatisticsId. getTimeWindowStatistics() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ProcessingUnitStatisticsId. setTimeWindowStatistics(TimeWindowStatisticsConfig timeWindowStatistics) | 
| ProcessingUnitStatisticsIdConfigurer | ProcessingUnitStatisticsIdConfigurer. timeWindowStatistics(TimeWindowStatisticsConfig timeWindowStatistics)Aggregates values using the specified time window statistics function. | 
Copyright © GigaSpaces.