Uses of Interface
org.openspaces.admin.internal.pu.ProcessingUnitStatistics
Packages that use ProcessingUnitStatistics
Package
Description
Internally Used.
-
Uses of ProcessingUnitStatistics in org.openspaces.admin.internal.pu
Classes in org.openspaces.admin.internal.pu that implement ProcessingUnitStatisticsModifier and TypeClassDescriptionclassThis class performs 3 calculations on raw statistics: timeWindow, agentZones and instances calculations in order to transform the raw statisticsId into the requested statisticsId raw statisticsid read from pu instance (timestamp = now): ["mybean", "memory" , LastSampleTimeWindowStatisticsConfig, SingleInstanceStatisticsConfig("instance1"), ExactZoneConfig("zone1")] time calculated statisticsId (timestamp = now, but the calculator averaged the last 60 seconds): ["mybean", "memory" , AverageTimeWindowStatisticsConfig(60), SingleInstanceStatisticsConfig("instance1"), ExactZoneConfig("zone1")] zone calculated statisticsId (the zone is changed to reflect the requested statisticsId): ["mybean", "memory" , AverageTimeWindowStatisticsConfig(60), SingleInstanceStatisticsConfig("instance1"), AtLeastOneZoneConfig("zone1")] instances calculated statisticsId (the instances changed to reflect the average across all instances) This is also the requested statisticId: ["mybean", "memory" , AverageTimeWindowStatisticsConfig(60), AverageInstancesStatisticsConfig , AtLeastOneZoneConfig("zone1")]Methods in org.openspaces.admin.internal.pu that return ProcessingUnitStatisticsModifier and TypeMethodDescriptionDefaultProcessingUnitStatistics.getPrevious()ProcessingUnitStatistics.getPrevious()DefaultProcessingUnit.getStatistics()InternalProcessingUnit.getStatistics()Constructors in org.openspaces.admin.internal.pu with parameters of type ProcessingUnitStatisticsModifierConstructorDescriptionDefaultProcessingUnitStatistics(long adminTimestamp, ProcessingUnitStatistics lastStatistics, int historySize) -
Uses of ProcessingUnitStatistics in org.openspaces.admin.internal.pu.statistics
Subinterfaces of ProcessingUnitStatistics in org.openspaces.admin.internal.pu.statistics