Interface InternalProcessingUnitStatistics
- All Superinterfaces:
ProcessingUnitStatistics
- All Known Implementing Classes:
DefaultProcessingUnitStatistics
- Author:
- itaif
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddStatistics(ProcessingUnitStatisticsId statisticsId, Object statisticsValue) Adds raw statistics valuesvoidcalculateStatistics(Iterable<ProcessingUnitStatisticsId> statisticsIds) Calculates new statistics based on previously added statistics and the specified statistics calculations and the list of instance UIDsMethods inherited from interface org.openspaces.admin.internal.pu.ProcessingUnitStatistics
getAdminTimestamp, getPrevious, getStatistics
-
Method Details
-
addStatistics
Adds raw statistics values -
calculateStatistics
Calculates new statistics based on previously added statistics and the specified statistics calculations and the list of instance UIDs
-